Home
last modified time | relevance | path

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

/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Dsta_info.c421 sta->timeout_next); in ap_handle_timer()
422 if (sta->timeout_next == STA_REMOVE) { in ap_handle_timer()
431 (sta->timeout_next == STA_NULLFUNC || in ap_handle_timer()
432 sta->timeout_next == STA_DISASSOC)) { in ap_handle_timer()
458 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
465 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
476 sta->timeout_next = STA_DISASSOC; in ap_handle_timer()
481 sta->timeout_next == STA_DISASSOC && in ap_handle_timer()
488 sta->timeout_next = STA_NULLFUNC; in ap_handle_timer()
502 if (sta->timeout_next == STA_NULLFUNC && in ap_handle_timer()
[all …]
H A Dsta_info.h130 } timeout_next; member
H A Ddrv_callbacks.c174 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_assoc()
1635 sta->timeout_next = STA_NULLFUNC; in hostapd_notif_update_dh_ie()
H A Dwnm_ap.c676 sta->timeout_next = STA_DISASSOC_FROM_CLI; in set_disassoc_timer()
H A Dctrl_iface_ap.c244 timeout_next_str(sta->timeout_next)); in hostapd_ctrl_iface_sta_mib()
H A Dieee802_11.c4168 sta->timeout_next = STA_NULLFUNC; in handle_assoc()
4306 if (sta->timeout_next == STA_NULLFUNC || in handle_disassoc()
4307 sta->timeout_next == STA_DISASSOC) { in handle_disassoc()
4308 sta->timeout_next = STA_DEAUTH; in handle_disassoc()
/dflybsd-src/usr.bin/chat/
H A Dchat.c135 static int n_aborts = 0, abort_next = 0, timeout_next = 0, echo_next = 0; variable
790 ++timeout_next; in chat_expect()
997 if (timeout_next) { in chat_send()
998 timeout_next = 0; in chat_send()