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.c431 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()
457 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
475 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
480 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
527 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
537 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
544 case STA_DISASSOC: in ap_handle_timer()
557 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
Dsta_info.h126 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE, enumerator
Dctrl_iface_ap.c191 case STA_DISASSOC: in timeout_next_str()
Dieee802_11.c4142 sta->timeout_next == STA_DISASSOC) { in handle_disassoc()