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.c963 int allow_reuse, int *sta_removed) in sae_sm_step() argument
967 *sta_removed = 0; in sae_sm_step()
1081 WLAN_STATUS_SUCCESS, 0, sta_removed); in sae_sm_step()
1117 *sta_removed = 1; in sae_sm_step()
1279 int sta_removed = 0; in handle_auth_sae() local
1493 status_code, allow_reuse, &sta_removed); in handle_auth_sae()
1535 status_code, 0, &sta_removed); in handle_auth_sae()
1548 if (!sta_removed && resp != WLAN_STATUS_SUCCESS) { in handle_auth_sae()
1570 if (!sta_removed && sta->added_unassoc && in handle_auth_sae()