Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.c385 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()
411 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
429 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
434 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
474 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
484 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
491 case STA_DISASSOC: in ap_handle_timer()
504 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
Dsta_info.h111 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE, enumerator
Dctrl_iface_ap.c72 case STA_DISASSOC: in timeout_next_str()
Dieee802_11.c2251 sta->timeout_next == STA_DISASSOC) { in handle_disassoc()