Lines Matching refs:timeout_next
456 sta->timeout_next); in ap_handle_timer()
457 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()
466 (sta->timeout_next == STA_NULLFUNC || in ap_handle_timer()
467 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()
493 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
500 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
511 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
516 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
523 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
537 if (sta->timeout_next == STA_NULLFUNC && in ap_handle_timer()
543 } else if (sta->timeout_next != STA_REMOVE) { in ap_handle_timer()
544 int deauth = sta->timeout_next == STA_DEAUTH; in ap_handle_timer()
549 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()
563 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
571 switch (sta->timeout_next) { in ap_handle_timer()
573 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
594 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
597 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()
847 sta->timeout_next = STA_REMOVE; in ap_sta_disassociate()
850 sta->timeout_next = STA_DEAUTH; in ap_sta_disassociate()
905 sta->timeout_next = STA_REMOVE; in ap_sta_deauthenticate()
1384 sta->timeout_next = STA_REMOVE; in ap_sta_disconnect()