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.c401 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()
427 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
445 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
450 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
490 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
500 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
507 case STA_DISASSOC: in ap_handle_timer()
520 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
Dsta_info.h123 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE, enumerator
Dctrl_iface_ap.c73 case STA_DISASSOC: in timeout_next_str()
Dieee802_11.c2944 sta->timeout_next == STA_DISASSOC) { in handle_disassoc()