Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.c315 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()
393 } else if (sta->timeout_next != STA_REMOVE) { in ap_handle_timer()
448 case STA_REMOVE: in ap_handle_timer()
649 sta->timeout_next = STA_REMOVE; in ap_sta_deauthenticate()
965 sta->timeout_next = STA_REMOVE; in ap_sta_disconnect()
Dsta_info.h65 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE, enumerator