Searched refs:timeout_next (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | sta_info.c | 456 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 …]
|
| D | sta_info.h | 172 } timeout_next; member
|
| D | drv_callbacks.c | 214 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc() 1821 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_update_dh_ie()
|
| D | wnm_ap.c | 731 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
|
| D | ctrl_iface_ap.c | 253 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
|
| D | ieee802_11.c | 5745 sta->timeout_next = STA_NULLFUNC; in handle_assoc() 5882 if (sta->timeout_next == STA_NULLFUNC || in handle_disassoc() 5883 sta->timeout_next == STA_DISASSOC) { in handle_disassoc() 5884 sta->timeout_next = STA_DEAUTH; in handle_disassoc()
|
| /freebsd-12-stable/usr.bin/chat/ |
| D | chat.c | 136 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()
|
| /freebsd-12-stable/contrib/pf/libevent/ |
| 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-12-stable/contrib/ntp/sntp/libevent/ |
| 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-12-stable/contrib/libevent/ |
| 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-12-stable/contrib/wpa/hostapd/ |
| D | ChangeLog | 1302 * reset sta->timeout_next after successful association to make sure
|