Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dsta_info.c544 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()
[all …]
Dsta_info.h167 } timeout_next; member
Dwnm_ap.c900 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
Ddrv_callbacks.c342 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
2334 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_update_dh_ie()
Dctrl_iface_ap.c275 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
Dieee802_11.c5666 sta->timeout_next = STA_NULLFUNC; in handle_assoc()
5824 if (sta->timeout_next == STA_NULLFUNC || in hostapd_disassoc_sta()
5825 sta->timeout_next == STA_DISASSOC) { in hostapd_disassoc_sta()
5826 sta->timeout_next = STA_DEAUTH; in hostapd_disassoc_sta()
/hostap-latest/hostapd/
DChangeLog1339 * reset sta->timeout_next after successful association to make sure