Home
last modified time | relevance | path

Searched refs:WLAN_AUTH_SAE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_11.c156 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()
Dwpa_auth.c136 if (sta && sta->auth_alg == WLAN_AUTH_SAE) { in wpa_auth_get_psk()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dieee802_11_defs.h75 #define WLAN_AUTH_SAE 3 macro
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3.c470 if (esp_send_sae_auth_reply(hapd, frm->bssid, frm->bssid, WLAN_AUTH_SAE, in wpa3_process_rx_commit()