Searched refs:timeout_next (Results 1 – 8 of 8) sorted by relevance
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()[all …]
171 } timeout_next; member
731 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
214 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()1806 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_update_dh_ie()
244 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
5611 sta->timeout_next = STA_NULLFUNC; in handle_assoc()5748 if (sta->timeout_next == STA_NULLFUNC || in handle_disassoc()5749 sta->timeout_next == STA_DISASSOC) { in handle_disassoc()5750 sta->timeout_next = STA_DEAUTH; in handle_disassoc()
160 static int timeout_next(struct event_base *, struct timeval **);1971 timeout_next(base, &tv_p); in event_base_loop()3143 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() function
1259 * reset sta->timeout_next after successful association to make sure