Searched refs:timeout_next (Results 1 – 8 of 8) sorted by relevance
374 sta->timeout_next); in ap_handle_timer()375 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()384 (sta->timeout_next == STA_NULLFUNC || in ap_handle_timer()385 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()411 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()418 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()429 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()434 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()441 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()455 if (sta->timeout_next == STA_NULLFUNC && in ap_handle_timer()[all …]
113 } timeout_next; member
124 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
2171 sta->timeout_next = STA_NULLFUNC; in handle_assoc()2250 if (sta->timeout_next == STA_NULLFUNC || in handle_disassoc()2251 sta->timeout_next == STA_DISASSOC) { in handle_disassoc()2252 sta->timeout_next = STA_DEAUTH; in handle_disassoc()
498 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
108 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
139 static int timeout_next(struct event_base *, struct timeval **);1604 timeout_next(base, &tv_p); in event_base_loop()2398 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