Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.c544 int deauth = sta->timeout_next == STA_DEAUTH; in ap_handle_timer()
549 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()
597 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()
605 case STA_DEAUTH: in ap_handle_timer()
850 sta->timeout_next = STA_DEAUTH; in ap_sta_disassociate()
Dsta_info.h169 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE, enumerator
Dctrl_iface_ap.c193 case STA_DEAUTH: in timeout_next_str()
Dieee802_11.c5750 sta->timeout_next = STA_DEAUTH; in handle_disassoc()