Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.c421 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()
507 } else if (sta->timeout_next != STA_REMOVE) { in ap_handle_timer()
569 case STA_REMOVE: in ap_handle_timer()
799 sta->timeout_next = STA_REMOVE; in ap_sta_disassociate()
853 sta->timeout_next = STA_REMOVE; in ap_sta_deauthenticate()
1325 sta->timeout_next = STA_REMOVE; in ap_sta_disconnect()
Dsta_info.h126 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE, enumerator
Dctrl_iface_ap.c195 case STA_REMOVE: in timeout_next_str()