Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/hostap/
Dhostap_ap.h98 enum { STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH } timeout_next; enumerator
Dhostap_ap.c222 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()
224 if (sta->timeout_next == STA_DEAUTH && !(sta->flags & WLAN_STA_PERM)) { in ap_handle_timer()
236 if (sta->timeout_next == STA_DEAUTH && sta->aid > 0 && in ap_handle_timer()
260 int deauth = sta->timeout_next == STA_DEAUTH; in ap_handle_timer()
276 if (sta->timeout_next == STA_DEAUTH) { in ap_handle_timer()
291 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()