zephyr/modules/hostap
Chaitanya Tata be65de0d09 modules: hostap: Fix memory leak of network
In "connect" all networks are removed and  new network is always added,
but in disconnect the network isn't deleted, so, the memory is
unnecessarily held till next connect. This is not exactly a leak, but if
someone profiles using "kernel heap" then this can be construed as a
leak.

Fix this by removing network during the disconnection (for now "all") so
that the memory can be used by someone else.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
2024-10-17 10:48:46 -04:00
..
src modules: hostap: Fix memory leak of network 2024-10-17 10:48:46 -04:00
CMakeLists.txt net: wifi: shell: add enterprise support for station 2024-10-17 09:46:02 +02:00
Kconfig net: wifi: shell: add enterprise support for station 2024-10-17 09:46:02 +02:00