Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/src/ap/
H A Dsta_info.c540 sta->timeout_next); in ap_handle_timer()
580 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
609 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
635 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()
657 switch (sta->timeout_next) { in ap_handle_timer()
659 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
683 sta->timeout_next = STA_DEAUTH; in ap_handle_timer()
967 sta->timeout_next = STA_REMOVE; in ap_sta_handle_disassociate()
970 sta->timeout_next = STA_DEAUTH; in ap_sta_handle_disassociate()
1012 sta->timeout_next = STA_REMOVE; in ap_sta_handle_deauthenticate()
[all …]
H A Dsta_info.h167 } timeout_next; member
H A Dwnm_ap.c900 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
H A Ddrv_callbacks.c342 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
2324 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_update_dh_ie()
H A Dctrl_iface_ap.c275 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
H A 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()
/freebsd-14.2/usr.bin/chat/
H A Dchat.c134 static int n_aborts, abort_next, timeout_next, echo_next; variable
791 ++timeout_next; in chat_expect()
998 if (timeout_next) { in chat_send()
999 timeout_next = 0; in chat_send()
/freebsd-14.2/contrib/pf/libevent/
H A Devent.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
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A 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
/freebsd-14.2/contrib/libevent/
H A 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
/freebsd-14.2/contrib/wpa/hostapd/
H A DChangeLog1339 * reset sta->timeout_next after successful association to make sure