zephyr/subsys/net/l2/wifi
Hui Bai 12babf9e39 net: l2: wifi: Fix roaming fail issue
The NET_EVENT_WIFI_SIGNAL_CHANGE was not added to net mgmt event queue
so that no scan was triggered, which caused roaming fail. The event
NET_EVENT_WIFI_SIGNAL_CHANGE was dropped because it was not enabled in
WIFI_SHELL_MGMT_EVENTS. After adding NET_EVENT_WIFI_SIGNAL_CHANGE, the
roaming works as expected.
Same issue found on event NET_EVENT_WIFI_NEIGHBOR_REP_COMP for 11k
roaming. Add this event to WIFI_SHELL_MGMT_EVENTS, too.

Signed-off-by: Hui Bai <hui.bai@nxp.com>
2025-06-27 18:27:45 -05:00
..
CMakeLists.txt linker_script: Remove all SUBALIGN usage for iterable sections 2025-06-17 16:06:21 +02:00
Kconfig net: l2: wifi: Add support for run-time certificates 2025-04-17 17:22:58 +02:00
wifi_mgmt.c net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
wifi_nm.c
wifi_nm.ld
wifi_shell.c net: l2: wifi: Fix roaming fail issue 2025-06-27 18:27:45 -05:00
wifi_utils.c wifi: utils: Fix crash for scan 2025-03-31 14:33:22 +02:00