Lines Matching refs:timeout_next
211 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()
292 if (sta->timeout_next == STA_NULLFUNC) { in ap_handle_timer()
293 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
296 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()