Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.c457 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()
543 } else if (sta->timeout_next != STA_REMOVE) { in ap_handle_timer()
606 case STA_REMOVE: in ap_handle_timer()
847 sta->timeout_next = STA_REMOVE; in ap_sta_disassociate()
905 sta->timeout_next = STA_REMOVE; in ap_sta_deauthenticate()
1384 sta->timeout_next = STA_REMOVE; in ap_sta_disconnect()
H A Dsta_info.h170 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE, enumerator
H A Dctrl_iface_ap.c204 case STA_REMOVE: in timeout_next_str()