zephyr/drivers/wifi
Chaitanya Tata 92985011b6 drivers: nrfwifi: Fix memory leak in TX path
During secure association, if we get any data packets from the
networking stack (as we switch off the dormancy) then they will be
dropped till the 802.1x port is authorized, but with recent changes the
corresponding network buffer isn't freed causing a memory leak.

Handle this case and free the network buffer (Using an OSAL API though
it's Zephyr to avoid duplication and also getting access to "struct
nwb");

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
2024-10-30 09:43:41 -07:00
..
esp32 wifi: esp32: move kconfig to driver area 2024-10-27 20:53:48 -05:00
esp_at
eswifi drivers: wifi: eswifi: fix casts for 64 bit pointers 2024-10-24 12:25:04 -05:00
infineon
nrfwifi drivers: nrfwifi: Fix memory leak in TX path 2024-10-30 09:43:41 -07:00
nxp modules: hostap: add 11k cmd support 2024-10-25 13:53:49 +02:00
simplelink
winc1500 drivers/wifi/winc1500: Fix build warnings with 64bit targets 2024-10-26 11:29:46 +02:00
CMakeLists.txt drivers: wifi: esp32: Check blobs dependency 2024-09-30 16:57:50 -05:00
Kconfig