Home
last modified time | relevance | path

Searched refs:timeout_next (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dsta_info.c420 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 …]
Dsta_info.h128 } timeout_next; member
Dwnm_ap.c676 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
Dctrl_iface_ap.c244 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
Dieee802_11.c4003 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()
Ddrv_callbacks.c174 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
/external/libevent/
Devent.c156 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
/external/wpa_supplicant_8/hostapd/
DChangeLog1180 * reset sta->timeout_next after successful association to make sure