Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/ap/
HDsta_info.c359 sta->timeout_next); in ap_handle_timer()
360 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()
369 (sta->timeout_next == STA_NULLFUNC || in ap_handle_timer()
370 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()
396 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
403 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
414 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
419 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
426 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
440 if (sta->timeout_next == STA_NULLFUNC && in ap_handle_timer()
[all …]
HDsta_info.h95 } timeout_next; member
HDctrl_iface_ap.c123 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
HDieee802_11.c1970 sta->timeout_next = STA_NULLFUNC; in handle_assoc()
2016 if (sta->timeout_next == STA_NULLFUNC || in handle_disassoc()
2017 sta->timeout_next == STA_DISASSOC) { in handle_disassoc()
2018 sta->timeout_next = STA_DEAUTH; in handle_disassoc()
HDwnm_ap.c469 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
HDdrv_callbacks.c106 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
/NextBSD/usr.bin/chat/
HDchat.c136 static int n_aborts, abort_next, timeout_next, echo_next; variable
793 ++timeout_next; in chat_expect()
1000 if (timeout_next) { in chat_send()
1001 timeout_next = 0; in chat_send()
/NextBSD/contrib/pf/libevent/
HDevent.c129 static int timeout_next(struct event_base *, struct timeval *);
413 timeout_next(base, &tv); in event_base_loop()
714 timeout_next(struct event_base *base, struct timeval *tv) in timeout_next() function
/NextBSD/contrib/ntp/sntp/libevent/
HDevent.c156 static int timeout_next(struct event_base *, struct timeval **);
1879 timeout_next(base, &tv_p); in event_base_loop()
3038 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() function
/NextBSD/contrib/wpa/hostapd/
HDChangeLog1052 * reset sta->timeout_next after successful association to make sure