Searched refs:reauth_delay (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.h33 u16 reauth_delay, const char *url);
H A Dhs20_supplicant.c1279 u16 reauth_delay, const char *url)
1287 code, reauth_delay, url);
1297 if (now.sec + reauth_delay <=
1301 reauth_delay);
1303 now.sec + reauth_delay;
1310 if (now.sec + reauth_delay <=
1314 reauth_delay);
1316 now.sec + reauth_delay;
1278 hs20_rx_deauth_imminent_notice(struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) argument
H A Dwnm_sta.c1711 u16 reauth_delay; local
1716 reauth_delay = WPA_GET_LE16(pos);
1722 code, reauth_delay, url_len);
1731 reauth_delay, url);
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c623 int code, reauth_delay, ret; local
642 reauth_delay = atoi(pos);
655 wpabuf_put_le16(req, reauth_delay);
662 "reauth_delay=%d)", MAC2STR(addr), code, reauth_delay);

Completed in 112 milliseconds