zephyr/drivers/wifi/nxp
Maochen Wang 9bb15251a8 drivers: wifi: nxp: remove SAP IPv4 address when stopped
Start and stop SAP, the IPv4 address is not removed, if then use STA
mode to connect to EXT-AP with same gateway address as the stopped
SAP, STA will not get the DHCP IPv4 address, as the DHCP offer packet
is dropped due to detect of IPv4 address conflict. Removing SAP IPv4
address when stopped SAP can fix this issue.

Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
2024-12-20 10:19:03 +01:00
..
CMakeLists.txt drivers: wifi: nxp: link the library of hostap 2024-09-04 09:53:12 +02:00
Kconfig.nxp drivers: wifi: make WIFI_BUILD_ONLY_MODE global symbol 2024-12-18 18:17:16 +01:00
nxp_wifi_drv.c drivers: wifi: nxp: remove SAP IPv4 address when stopped 2024-12-20 10:19:03 +01:00
nxp_wifi_drv.h
nxp_wifi_shell.c