Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.c1290 u16 reauth_delay, const char *url) in hs20_rx_deauth_imminent_notice() argument
1298 code, reauth_delay, url); in hs20_rx_deauth_imminent_notice()
1308 if (now.sec + reauth_delay <= in hs20_rx_deauth_imminent_notice()
1312 reauth_delay); in hs20_rx_deauth_imminent_notice()
1314 now.sec + reauth_delay; in hs20_rx_deauth_imminent_notice()
1321 if (now.sec + reauth_delay <= in hs20_rx_deauth_imminent_notice()
1325 reauth_delay); in hs20_rx_deauth_imminent_notice()
1327 now.sec + reauth_delay; in hs20_rx_deauth_imminent_notice()
H A Dhs20_supplicant.h33 u16 reauth_delay, const char *url);
H A Dwnm_sta.c1802 u16 reauth_delay; in ieee802_11_rx_wnm_notif_req_wfa() local
1807 reauth_delay = WPA_GET_LE16(pos); in ieee802_11_rx_wnm_notif_req_wfa()
1813 code, reauth_delay, url_len); in ieee802_11_rx_wnm_notif_req_wfa()
1822 reauth_delay, url); in ieee802_11_rx_wnm_notif_req_wfa()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c628 int code, reauth_delay, ret; in hostapd_ctrl_iface_hs20_deauth_req() local
647 reauth_delay = atoi(pos); in hostapd_ctrl_iface_hs20_deauth_req()
660 wpabuf_put_le16(req, reauth_delay); in hostapd_ctrl_iface_hs20_deauth_req()
667 "reauth_delay=%d)", MAC2STR(addr), code, reauth_delay); in hostapd_ctrl_iface_hs20_deauth_req()