Searched refs:timeout_next (Results 1 – 10 of 10) sorted by relevance
359 sta->timeout_next); in ap_handle_timer()360 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()369 (sta->timeout_next == STA_NULLFUNC || in ap_handle_timer()370 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()396 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()403 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()414 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()419 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()426 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()440 if (sta->timeout_next == STA_NULLFUNC && in ap_handle_timer()[all …]
95 } timeout_next; member
123 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
1970 sta->timeout_next = STA_NULLFUNC; in handle_assoc()2016 if (sta->timeout_next == STA_NULLFUNC || in handle_disassoc()2017 sta->timeout_next == STA_DISASSOC) { in handle_disassoc()2018 sta->timeout_next = STA_DEAUTH; in handle_disassoc()
469 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
106 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
136 static int n_aborts, abort_next, timeout_next, echo_next; variable793 ++timeout_next; in chat_expect()1000 if (timeout_next) { in chat_send()1001 timeout_next = 0; in chat_send()
129 static int timeout_next(struct event_base *, struct timeval *);413 timeout_next(base, &tv); in event_base_loop()714 timeout_next(struct event_base *base, struct timeval *tv) in timeout_next() function
156 static int timeout_next(struct event_base *, struct timeval **);1879 timeout_next(base, &tv_p); in event_base_loop()3038 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() function
1052 * reset sta->timeout_next after successful association to make sure