Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dsta_info.c540 sta->timeout_next); in ap_handle_timer()
541 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()
553 (sta->timeout_next == STA_NULLFUNC || in ap_handle_timer()
554 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()
580 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
587 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
597 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
602 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
609 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
623 if (sta->timeout_next == STA_NULLFUNC && in ap_handle_timer()
[all …]
Dsta_info.h167 } timeout_next; member
Dwnm_ap.c900 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
Ddrv_callbacks.c342 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
2324 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_update_dh_ie()
Dctrl_iface_ap.c275 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
Dieee802_11.c5657 sta->timeout_next = STA_NULLFUNC; in handle_assoc()
5815 if (sta->timeout_next == STA_NULLFUNC || in hostapd_disassoc_sta()
5816 sta->timeout_next == STA_DISASSOC) { in hostapd_disassoc_sta()
5817 sta->timeout_next = STA_DEAUTH; in hostapd_disassoc_sta()
/netbsd/src/external/bsd/ppp/dist/chat/
Dchat.c196 int n_aborts = 0, abort_next = 0, timeout_next = 0, echo_next = 0; variable
930 ++timeout_next; in chat_expect()
1141 if (timeout_next) { in chat_send()
1142 timeout_next = 0; in chat_send()
/netbsd/src/external/bsd/libevent/dist/
Devent.c164 static int timeout_next(struct event_base *, struct timeval **);
1976 timeout_next(base, &tv_p); in event_base_loop()
3148 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() function
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Devent.c162 static int timeout_next(struct event_base *, struct timeval **);
1973 timeout_next(base, &tv_p); in event_base_loop()
3145 timeout_next(struct event_base *base, struct timeval **tv_p) in timeout_next() function
/netbsd/src/external/bsd/wpa/dist/hostapd/
DChangeLog1339 * reset sta->timeout_next after successful association to make sure