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

  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.h 30 u16 reauth_delay, const char *url);
hs20_supplicant.c 1117 u16 reauth_delay, const char *url)
1125 code, reauth_delay, url);
1135 if (now.sec + reauth_delay <=
1139 reauth_delay);
1141 now.sec + reauth_delay;
1148 if (now.sec + reauth_delay <=
1152 reauth_delay);
1154 now.sec + reauth_delay;
wnm_sta.c 1311 u16 reauth_delay; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 615 int code, reauth_delay, ret; local
634 reauth_delay = atoi(pos);
647 wpabuf_put_le16(req, reauth_delay);
654 "reauth_delay=%d)", MAC2STR(addr), code, reauth_delay);
    [all...]

Completed in 68 milliseconds