Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dsta_info.c541 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()
629 } else if (sta->timeout_next != STA_REMOVE) { in ap_handle_timer()
692 case STA_REMOVE: in ap_handle_timer()
967 sta->timeout_next = STA_REMOVE; in ap_sta_handle_disassociate()
1012 sta->timeout_next = STA_REMOVE; in ap_sta_handle_deauthenticate()
1641 sta->timeout_next = STA_REMOVE; in ap_sta_disconnect()
Dsta_info.h165 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE, enumerator
Dctrl_iface_ap.c205 case STA_REMOVE: in timeout_next_str()