Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.c325 sta->timeout_next); in ap_handle_timer()
326 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()
335 (sta->timeout_next == STA_NULLFUNC || in ap_handle_timer()
336 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()
362 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
373 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
378 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
385 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
398 if (sta->timeout_next == STA_NULLFUNC && in ap_handle_timer()
404 } else if (sta->timeout_next != STA_REMOVE) { in ap_handle_timer()
[all …]
Dsta_info.h70 } timeout_next; member
Dieee802_11.c1449 sta->timeout_next = STA_NULLFUNC; in handle_assoc()
1491 if (sta->timeout_next == STA_NULLFUNC || in handle_disassoc()
1492 sta->timeout_next == STA_DISASSOC) { in handle_disassoc()
1493 sta->timeout_next = STA_DEAUTH; in handle_disassoc()
Dctrl_iface_ap.c121 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
Dwnm_ap.c499 sta->timeout_next = STA_DISASSOC_FROM_CLI; in wnm_send_ess_disassoc_imminent()
Ddrv_callbacks.c105 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
/external/chromium_org/third_party/libevent/
Devent.c119 static int timeout_next(struct event_base *, struct timeval **);
483 timeout_next(base, &tv_p); in event_base_loop()
817 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() function
Dchromium.patch99 @@ -120,17 +120,6 @@ static int timeout_next(struct event_base *, struct timeval **);
/external/wpa_supplicant_8/hostapd/
DChangeLog972 * reset sta->timeout_next after successful association to make sure