Searched refs:timeout_next (Results 1 – 8 of 8) sorted by relevance
420 sta->timeout_next); in ap_handle_timer()421 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()430 (sta->timeout_next == STA_NULLFUNC || in ap_handle_timer()431 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()457 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()464 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()475 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()480 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()487 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()501 if (sta->timeout_next == STA_NULLFUNC && in ap_handle_timer()[all …]
128 } timeout_next; member
676 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
244 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
4003 sta->timeout_next = STA_NULLFUNC; in handle_assoc()4141 if (sta->timeout_next == STA_NULLFUNC || in handle_disassoc()4142 sta->timeout_next == STA_DISASSOC) { in handle_disassoc()4143 sta->timeout_next = STA_DEAUTH; in handle_disassoc()
174 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
156 static int timeout_next(struct event_base *, struct timeval **);1926 timeout_next(base, &tv_p); in event_base_loop()3088 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() function
1180 * reset sta->timeout_next after successful association to make sure