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.c374 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 …]
Dsta_info.h113 } timeout_next; member
Dctrl_iface_ap.c124 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
Dieee802_11.c2171 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()
Dwnm_ap.c498 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
Ddrv_callbacks.c108 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
/external/libevent/
Devent.c139 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
/external/wpa_supplicant_8/hostapd/
DChangeLog1052 * reset sta->timeout_next after successful association to make sure