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.c456 sta->timeout_next); in ap_handle_timer()
457 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()
466 (sta->timeout_next == STA_NULLFUNC || in ap_handle_timer()
467 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()
493 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
500 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
511 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
516 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
523 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
537 if (sta->timeout_next == STA_NULLFUNC && in ap_handle_timer()
[all …]
Dsta_info.h171 } timeout_next; member
Dwnm_ap.c731 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
Ddrv_callbacks.c214 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
1806 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_update_dh_ie()
Dctrl_iface_ap.c244 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
Dieee802_11.c5611 sta->timeout_next = STA_NULLFUNC; in handle_assoc()
5748 if (sta->timeout_next == STA_NULLFUNC || in handle_disassoc()
5749 sta->timeout_next == STA_DISASSOC) { in handle_disassoc()
5750 sta->timeout_next = STA_DEAUTH; in handle_disassoc()
/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/
DChangeLog1259 * reset sta->timeout_next after successful association to make sure