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

/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dsta_info.c281 wpa_printf(MSG_DEBUG, "%s: " MACSTR " flags=0x%x timeout_next=%d",
283 sta->timeout_next);
284 if (sta->timeout_next == STA_REMOVE) {
293 (sta->timeout_next == STA_NULLFUNC ||
294 sta->timeout_next == STA_DISASSOC)) {
320 sta->timeout_next = STA_NULLFUNC;
331 sta->timeout_next = STA_DISASSOC;
336 sta->timeout_next == STA_DISASSOC &&
343 sta->timeout_next = STA_NULLFUNC;
356 if (sta->timeout_next
[all...]
H A Dsta_info.h66 } timeout_next; member in struct:sta_info
H A Dieee802_11.c1295 sta->timeout_next = STA_NULLFUNC;
1337 if (sta->timeout_next == STA_NULLFUNC ||
1338 sta->timeout_next == STA_DISASSOC) {
1339 sta->timeout_next = STA_DEAUTH;
H A Ddrv_callbacks.c93 sta->timeout_next = STA_NULLFUNC;
/freebsd-10.0-release/contrib/wpa/hostapd/
H A Ddump_state.c136 " timeout_next=%s\n",
137 (sta->timeout_next == STA_NULLFUNC ? "NULLFUNC POLL" :
138 (sta->timeout_next == STA_DISASSOC ? "DISASSOC" :
/freebsd-10.0-release/contrib/pf/libevent/
H A Devent.c129 static int timeout_next(struct event_base *, struct timeval *);
413 timeout_next(base, &tv);
714 timeout_next(struct event_base *base, struct timeval *tv) function
739 event_debug(("timeout_next: in %d seconds", tv->tv_sec));
/freebsd-10.0-release/usr.bin/chat/
H A Dchat.c136 static int n_aborts, abort_next, timeout_next, echo_next; variable
793 ++timeout_next;
1000 if (timeout_next) {
1001 timeout_next = 0;

Completed in 95 milliseconds