Home
last modified time | relevance | path

Searched refs:STA_DISASSOC (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/ap/
Dsta_info.c558 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()
584 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
601 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
606 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
653 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
663 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
670 case STA_DISASSOC: in ap_handle_timer()
684 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
Dsta_info.h165 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE, enumerator
Dctrl_iface_ap.c201 case STA_DISASSOC: in timeout_next_str()
Dieee802_11.c5825 sta->timeout_next == STA_DISASSOC) { in hostapd_disassoc_sta()