zephyr/modules/hostap/src
Gang Li c8fa5e5899 modules: hostap: set the cipher suites for WPA2 & WPA3 SAE mode
When the external AP is in WPA3 SAE mode, the group cipher uses
TKIP and the pairwise cipher uses TKIP and CCMP. Should not
connect to the AP.
For WPA2 & WPA3 SAE & WPA2/WPA3 mixed mode, set group cipher to
CCMP, pairwise cipher to CCMP.

Signed-off-by: Gang Li <gang.li_1@nxp.com>
2025-07-19 13:46:51 -04:00
..
hapd_api.c hostap: Relocate hostapd related source code to new files 2025-04-09 12:35:27 +02:00
hapd_api.h hostap: Relocate hostapd related source code to new files 2025-04-09 12:35:27 +02:00
hapd_events.c modules: hostap: hapd_events: Fix possible null deference 2025-07-11 16:32:57 -05:00
hapd_events.h hostap: Relocate hostapd related source code to new files 2025-04-09 12:35:27 +02:00
hapd_main.c modules: hostap: Added 11AC kconfig 2025-06-18 11:21:43 +01:00
hapd_main.h modules: hostap: remove zephyr wpa_msg socket pair 2025-04-24 10:38:03 +02:00
supp_api.c modules: hostap: set the cipher suites for WPA2 & WPA3 SAE mode 2025-07-19 13:46:51 -04:00
supp_api.h hostap: Relocate hostapd related source code to new files 2025-04-09 12:35:27 +02:00
supp_events.c modules: hostap: supp_events: Fix possible null deference 2025-07-11 16:32:57 -05:00
supp_events.h net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
supp_main.c hostap: Replace wifi event mechanism by k_fifo 2025-06-27 10:56:49 +02:00
supp_main.h hostap: Relocate hostapd related source code to new files 2025-04-09 12:35:27 +02:00
wpa_cli.c