Searched refs:esp_send_sae_auth_reply (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpa3_i.h | 60 int esp_send_sae_auth_reply(struct hostapd_data *hapd,
|
D | esp_wpa3.c | 470 if (esp_send_sae_auth_reply(hapd, frm->bssid, frm->bssid, WLAN_AUTH_SAE, in wpa3_process_rx_commit() 673 int esp_send_sae_auth_reply(struct hostapd_data *hapd, in esp_send_sae_auth_reply() function
|
/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() 653 esp_send_sae_auth_reply(hapd, bssid, bssid, WLAN_AUTH_SAE, in handle_auth_sae()
|