Searched refs:sta_removed (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 765 int *sta_removed) in sae_sm_step() 769 *sta_removed = 0; in sae_sm_step() 871 0, sta_removed); in sae_sm_step() 906 *sta_removed = 1; in sae_sm_step() 988 int sta_removed = 0; in handle_auth_sae() local 1183 allow_reuse, &sta_removed); in handle_auth_sae() 1225 &sta_removed); in handle_auth_sae() 1238 if (!sta_removed && resp != WLAN_STATUS_SUCCESS) { in handle_auth_sae() 1256 if (!sta_removed && sta->added_unassoc && in handle_auth_sae() 763 sae_sm_step(struct hostapd_data *hapd, struct sta_info *sta, const u8 *bssid, u8 auth_transaction, int allow_reuse, int *sta_removed) sae_sm_step() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 983 int allow_reuse, int *sta_removed) in sae_sm_step() 987 *sta_removed = 0; in sae_sm_step() 1101 WLAN_STATUS_SUCCESS, 0, sta_removed); in sae_sm_step() 1137 *sta_removed = 1; in sae_sm_step() 1302 int sta_removed = 0; in handle_auth_sae() local 1522 status_code, allow_reuse, &sta_removed); in handle_auth_sae() 1568 status_code, 0, &sta_removed); in handle_auth_sae() 1581 if (!sta_removed && resp != WLAN_STATUS_SUCCESS) { in handle_auth_sae() 1603 if (!sta_removed && sta->added_unassoc && in handle_auth_sae() 981 sae_sm_step(struct hostapd_data *hapd, struct sta_info *sta, const u8 *bssid, u16 auth_transaction, u16 status_code, int allow_reuse, int *sta_removed) sae_sm_step() argument
|
Completed in 14 milliseconds