| /src/external/bsd/wpa/dist/src/ap/ |
| sta_info.c | 538 wpa_printf(MSG_DEBUG, "%s: %s: " MACSTR " flags=0x%x timeout_next=%d", 540 sta->timeout_next); 541 if (sta->timeout_next == STA_REMOVE) { 553 (sta->timeout_next == STA_NULLFUNC || 554 sta->timeout_next == STA_DISASSOC)) { 580 sta->timeout_next = STA_DISASSOC; 587 sta->timeout_next = STA_NULLFUNC; 597 sta->timeout_next = STA_DISASSOC; 602 sta->timeout_next == STA_DISASSOC && 609 sta->timeout_next = STA_NULLFUNC [all...] |
| sta_info.h | 167 } timeout_next; member in struct:sta_info
|
| wnm_ap.c | 900 sta->timeout_next = STA_DISASSOC_FROM_CLI;
|
| drv_callbacks.c | 342 sta->timeout_next = STA_NULLFUNC; 2324 sta->timeout_next = STA_NULLFUNC;
|
| ctrl_iface_ap.c | 275 timeout_next_str(sta->timeout_next));
|
| ieee802_11.c | 5657 sta->timeout_next = STA_NULLFUNC; 5815 if (sta->timeout_next == STA_NULLFUNC || 5816 sta->timeout_next == STA_DISASSOC) { 5817 sta->timeout_next = STA_DEAUTH;
|
| /src/external/bsd/ppp/dist/chat/ |
| chat.c | 196 int n_aborts = 0, abort_next = 0, timeout_next = 0, echo_next = 0; variable 930 ++timeout_next; 1141 if (timeout_next) { 1142 timeout_next = 0;
|
| /src/external/bsd/libevent/dist/ |
| event.c | 164 static int timeout_next(struct event_base *, struct timeval **); 1976 timeout_next(base, &tv_p); 3148 timeout_next(struct event_base *base, struct timeval **tv_p) function 3178 event_debug(("timeout_next: event: %p, in %d seconds, %d useconds", ev, (int)tv->tv_sec, (int)tv->tv_usec));
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| event.c | 162 static int timeout_next(struct event_base *, struct timeval **); 1973 timeout_next(base, &tv_p); 3145 timeout_next(struct event_base *base, struct timeval **tv_p) function 3175 event_debug(("timeout_next: event: %p, in %d seconds, %d useconds", ev, (int)tv->tv_sec, (int)tv->tv_usec));
|