HomeSort by relevance Sort by last modified time
    Searched refs:timeout_next (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/ap/
sta_info.c 388 wpa_printf(MSG_DEBUG, "%s: %s: " MACSTR " flags=0x%x timeout_next=%d",
390 sta->timeout_next);
391 if (sta->timeout_next == STA_REMOVE) {
400 (sta->timeout_next == STA_NULLFUNC ||
401 sta->timeout_next == STA_DISASSOC)) {
427 sta->timeout_next = STA_DISASSOC;
434 sta->timeout_next = STA_NULLFUNC;
445 sta->timeout_next = STA_DISASSOC;
450 sta->timeout_next == STA_DISASSOC &&
457 sta->timeout_next = STA_NULLFUNC
    [all...]
sta_info.h 125 } timeout_next; member in struct:sta_info
ctrl_iface_ap.c 125 timeout_next_str(sta->timeout_next));
wnm_ap.c 486 sta->timeout_next = STA_DISASSOC_FROM_CLI;
ieee802_11.c     [all...]
drv_callbacks.c 108 sta->timeout_next = STA_NULLFUNC;
    [all...]
  /external/libevent/
event.c 139 static int timeout_next(struct event_base *, struct timeval **);
2398 timeout_next(struct event_base *base, struct timeval **tv_p) function
    [all...]

Completed in 369 milliseconds