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

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dsta_info.c244 if (sta->timeout_next == STA_REMOVE) {
253 (sta->timeout_next == STA_NULLFUNC ||
254 sta->timeout_next == STA_DISASSOC)) {
267 sta->timeout_next = STA_NULLFUNC;
274 sta->timeout_next == STA_DISASSOC &&
279 sta->timeout_next = STA_NULLFUNC;
289 if (sta->timeout_next == STA_NULLFUNC &&
325 } else if (sta->timeout_next != STA_REMOVE) {
326 int deauth = sta->timeout_next == STA_DEAUTH;
342 switch (sta->timeout_next) {
[all...]
H A Dsta_info.h64 } timeout_next; member in struct:sta_info
H A Dieee802_11.c1035 sta->timeout_next = STA_NULLFUNC;
1078 if (sta->timeout_next == STA_NULLFUNC ||
1079 sta->timeout_next == STA_DISASSOC) {
1080 sta->timeout_next = STA_DEAUTH;
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Ddump_state.c140 " timeout_next=%s\n",
141 (sta->timeout_next == STA_NULLFUNC ? "NULLFUNC POLL" :
142 (sta->timeout_next == STA_DISASSOC ? "DISASSOC" :
/freebsd-9.3-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-9.3-release/usr.bin/chat/
H A Dchat.c137 int n_aborts = 0, abort_next = 0, timeout_next = 0, echo_next = 0; variable
792 ++timeout_next;
999 if (timeout_next) {
1000 timeout_next = 0;
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devent.c156 static int timeout_next(struct event_base *, struct timeval **);
1879 timeout_next(base, &tv_p);
3038 timeout_next(struct event_base *base, struct timeval **tv_p) function
3068 event_debug(("timeout_next: event: %p, in %d seconds, %d useconds", ev, (int)tv->tv_sec, (int)tv->tv_usec));

Completed in 246 milliseconds