Searched refs:timeout_next (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/wpa/src/ap/ |
| H A D | sta_info.c | 540 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 …]
|
| H A D | sta_info.h | 167 } timeout_next; member
|
| H A D | wnm_ap.c | 900 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
|
| H A D | drv_callbacks.c | 342 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc() 2324 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_update_dh_ie()
|
| H A D | ctrl_iface_ap.c | 275 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
|
| H A D | ieee802_11.c | 5657 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/usr.bin/chat/ |
| H A D | chat.c | 133 static int n_aborts, abort_next, timeout_next, echo_next; variable 790 ++timeout_next; in chat_expect() 997 if (timeout_next) { in chat_send() 998 timeout_next = 0; in chat_send()
|
| /freebsd/contrib/pf/libevent/ |
| H A D | event.c | 129 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/contrib/ntp/sntp/libevent/ |
| H A D | event.c | 160 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/contrib/libevent/ |
| H A D | event.c | 160 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/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 1339 * reset sta->timeout_next after successful association to make sure
|