Searched refs:auth_sae_send_commit (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 463 static int auth_sae_send_commit(struct hostapd_data *hapd, in auth_sae_send_commit() function 666 ret = auth_sae_send_commit(hapd, sta, hapd->own_addr, 0); in auth_sae_retransmit_timer() 780 ret = auth_sae_send_commit(hapd, sta, bssid, in sae_sm_step() 848 ret = auth_sae_send_commit(hapd, sta, bssid, 0); in sae_sm_step() 881 ret = auth_sae_send_commit(hapd, sta, bssid, 1); in sae_sm_step() 909 ret = auth_sae_send_commit(hapd, sta, bssid, 1); in sae_sm_step() 1083 resp = auth_sae_send_commit(hapd, sta, mgmt->bssid, 0); in handle_auth_sae() 1286 ret = auth_sae_send_commit(hapd, sta, hapd->own_addr, 0); in auth_sae_init_committed()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 629 static int auth_sae_send_commit(struct hostapd_data *hapd, in auth_sae_send_commit() function 880 ret = auth_sae_send_commit(hapd, sta, hapd->own_addr, 0, -1); in auth_sae_retransmit_timer() 1006 ret = auth_sae_send_commit(hapd, sta, bssid, in sae_sm_step() 1077 ret = auth_sae_send_commit(hapd, sta, bssid, 0, in sae_sm_step() 1111 ret = auth_sae_send_commit(hapd, sta, bssid, 1, in sae_sm_step() 1140 ret = auth_sae_send_commit(hapd, sta, bssid, 1, in sae_sm_step() 1401 resp = auth_sae_send_commit(hapd, sta, mgmt->bssid, 0, in handle_auth_sae() 1632 ret = auth_sae_send_commit(hapd, sta, hapd->own_addr, 0, -1); in auth_sae_init_committed()
|
Completed in 14 milliseconds