Lines Matching refs:timeout_next
544 sta->timeout_next); in ap_handle_timer()
545 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()
557 (sta->timeout_next == STA_NULLFUNC || in ap_handle_timer()
558 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()
584 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
591 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
601 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
606 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
613 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
627 if (sta->timeout_next == STA_NULLFUNC && in ap_handle_timer()
633 } else if (sta->timeout_next != STA_REMOVE) { in ap_handle_timer()
634 int deauth = sta->timeout_next == STA_DEAUTH; in ap_handle_timer()
639 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()
653 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
661 switch (sta->timeout_next) { in ap_handle_timer()
663 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
684 reason = (sta->timeout_next == STA_DISASSOC) ? in ap_handle_timer()
687 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()
971 sta->timeout_next = STA_REMOVE; in ap_sta_handle_disassociate()
974 sta->timeout_next = STA_DEAUTH; in ap_sta_handle_disassociate()
1016 sta->timeout_next = STA_REMOVE; in ap_sta_handle_deauthenticate()
1661 sta->timeout_next = STA_REMOVE; in ap_sta_disconnect()