Searched refs:WLAN_AUTH_SAE (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | ieee802_11.c | 156 reply_res = esp_send_sae_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 1, in auth_sae_send_commit() 182 reply_res = esp_send_sae_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 2, in auth_sae_send_confirm() 244 sta->auth_alg = WLAN_AUTH_SAE; in sae_accept_sta() 653 esp_send_sae_auth_reply(hapd, bssid, bssid, WLAN_AUTH_SAE, in handle_auth_sae()
|
D | wpa_auth.c | 136 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in wpa_auth_get_psk()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | ieee802_11_defs.h | 75 #define WLAN_AUTH_SAE 3 macro
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpa3.c | 470 if (esp_send_sae_auth_reply(hapd, frm->bssid, frm->bssid, WLAN_AUTH_SAE, in wpa3_process_rx_commit()
|