Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.c335 int deauth = sta->timeout_next == STA_DEAUTH; in ap_handle_timer()
371 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()
377 case STA_DEAUTH: in ap_handle_timer()
530 sta->timeout_next = STA_DEAUTH; in ap_sta_disassociate()
Dsta_info.h63 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE enumerator
Dieee802_11.c1143 sta->timeout_next = STA_DEAUTH; in handle_disassoc()