Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.c461 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 …]
Dsta_info.h139 } timeout_next; member
Ddrv_callbacks.c214 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
1870 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_update_dh_ie()
Dwnm_ap.c875 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
Dctrl_iface_ap.c275 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
Dieee802_11.c4994 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()
/external/cronet/third_party/libevent/
Devent.c119 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
Dchromium.patch66 @@ -124,17 +120,6 @@ static int timeout_next(struct event_base *, struct timeval **);
/external/libevent/
Devent.c160 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
/external/wpa_supplicant_8/hostapd/
DChangeLog1302 * reset sta->timeout_next after successful association to make sure