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.c282 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()
360 } else if (sta->timeout_next != STA_REMOVE) { in ap_handle_timer()
410 case STA_REMOVE: in ap_handle_timer()
610 sta->timeout_next = STA_REMOVE; in ap_sta_deauthenticate()
936 sta->timeout_next = STA_REMOVE; in ap_sta_disconnect()
Dsta_info.h65 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE enumerator