commit | 967bedeedcc609006a1436baaf5822de24e311c9 | [log] [tgz] |
---|---|---|
author | Chaitanya Tata <Chaitanya.Tata@nordicsemi.no> | Wed Dec 20 02:02:32 2023 +0530 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Wed Mar 20 09:00:52 2024 +0100 |
tree | 7f4a948dd5a32109c97fac584dd90e0904aea83a | |
parent | e5972171ca62263bd564571183aa4ea8fe938cf9 [diff] |
hostap: Fix management frame receive The management frame structure in the WPA supplicant only has a pointer, so, it need a deep-copy before passing it to WPA supplicant, else driver ends up freeing causing invalid memory contents. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>