Home
last modified time | relevance | path

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

/drivers/net/wireless/hostap/
Dhostap_ap.c211 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
213 } else if (sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
216 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
227 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()
229 if (sta->timeout_next == STA_DEAUTH && !(sta->flags & WLAN_STA_PERM)) { in ap_handle_timer()
235 } else if (sta->timeout_next == STA_DISASSOC) in ap_handle_timer()
241 if (sta->timeout_next == STA_DEAUTH && sta->aid > 0 && in ap_handle_timer()
254 } else if (sta->timeout_next == STA_NULLFUNC) { in ap_handle_timer()
265 int deauth = sta->timeout_next == STA_DEAUTH; in ap_handle_timer()
281 if (sta->timeout_next == STA_DEAUTH) { in ap_handle_timer()
[all …]
Dhostap_ap.h98 enum { STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH } timeout_next; member