Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/ap/
Dsta_info.c254 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()
274 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
344 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
348 case STA_DISASSOC: in ap_handle_timer()
Dsta_info.h63 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE enumerator
Dieee802_11.c1079 sta->timeout_next == STA_DISASSOC) { in handle_disassoc()
/freebsd-9-stable/contrib/wpa/hostapd/
Ddump_state.c142 (sta->timeout_next == STA_DISASSOC ? "DISASSOC" : in hostapd_dump_state()