Lines Matching refs:timeout_next
199 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
201 } else if (sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
204 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
215 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()
217 if (sta->timeout_next == STA_DEAUTH && !(sta->flags & WLAN_STA_PERM)) { in ap_handle_timer()
223 } else if (sta->timeout_next == STA_DISASSOC) in ap_handle_timer()
229 if (sta->timeout_next == STA_DEAUTH && sta->aid > 0 && in ap_handle_timer()
242 } else if (sta->timeout_next == STA_NULLFUNC) { in ap_handle_timer()
253 int deauth = sta->timeout_next == STA_DEAUTH; in ap_handle_timer()
269 if (sta->timeout_next == STA_DEAUTH) { in ap_handle_timer()
280 if (sta->timeout_next == STA_NULLFUNC) { in ap_handle_timer()
281 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
284 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()