Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dsta_info.h67 bool remove_pending; /* Flag to indicate to free station when member
Dieee802_11.c153 if (sta->remove_pending) { in auth_sae_send_commit()
179 if (sta->remove_pending) { in auth_sae_send_confirm()
652 if (!sta->remove_pending) { in handle_auth_sae()
Dsta_info.c177 sta->remove_pending = false; in ap_sta_add()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpa3.c483 if (sta->remove_pending) { in wpa3_process_rx_commit()
521 if (sta->remove_pending) { in wpa3_process_rx_confirm()
Desp_hostap.c447 sta->remove_pending = true; in wpa_ap_remove()