Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c897 int allow_reuse, int *sta_removed) in sae_sm_step() argument
901 *sta_removed = 0; in sae_sm_step()
1015 WLAN_STATUS_SUCCESS, 0, sta_removed); in sae_sm_step()
1051 *sta_removed = 1; in sae_sm_step()
1218 int sta_removed = 0; in handle_auth_sae() local
1442 status_code, allow_reuse, &sta_removed); in handle_auth_sae()
1485 status_code, 0, &sta_removed); in handle_auth_sae()
1498 if (!sta_removed && resp != WLAN_STATUS_SUCCESS) { in handle_auth_sae()
1520 if (!sta_removed && sta->added_unassoc && in handle_auth_sae()