Searched refs:timeout_next (Results 1 – 10 of 10) sorted by relevance
461 sta->timeout_next); in ap_handle_timer()462 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()471 (sta->timeout_next == STA_NULLFUNC || in ap_handle_timer()472 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()498 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()505 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()516 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()521 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()528 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()542 if (sta->timeout_next == STA_NULLFUNC && in ap_handle_timer()[all …]
139 } timeout_next; member
214 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()1870 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_update_dh_ie()
875 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
275 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
4994 sta->timeout_next = STA_NULLFUNC; in handle_assoc()5131 if (sta->timeout_next == STA_NULLFUNC || in handle_disassoc()5132 sta->timeout_next == STA_DISASSOC) { in handle_disassoc()5133 sta->timeout_next = STA_DEAUTH; in handle_disassoc()
119 static int timeout_next(struct event_base *, struct timeval **);491 timeout_next(base, &tv_p); in event_base_loop()825 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() function
66 @@ -124,17 +120,6 @@ static int timeout_next(struct event_base *, struct timeval **);
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
1302 * reset sta->timeout_next after successful association to make sure