Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dhs20_supplicant.c1306 u16 reauth_delay, const char *url) in hs20_rx_deauth_imminent_notice() argument
1314 code, reauth_delay, url); in hs20_rx_deauth_imminent_notice()
1315 wpas_notify_hs20_rx_deauth_imminent_notice(wpa_s, code, reauth_delay, url); in hs20_rx_deauth_imminent_notice()
1325 if (now.sec + reauth_delay <= in hs20_rx_deauth_imminent_notice()
1329 reauth_delay); in hs20_rx_deauth_imminent_notice()
1331 now.sec + reauth_delay; in hs20_rx_deauth_imminent_notice()
1338 if (now.sec + reauth_delay <= in hs20_rx_deauth_imminent_notice()
1342 reauth_delay); in hs20_rx_deauth_imminent_notice()
1344 now.sec + reauth_delay; in hs20_rx_deauth_imminent_notice()
Dhs20_supplicant.h34 u16 reauth_delay, const char *url);
Dwnm_sta.c1764 u16 reauth_delay; in ieee802_11_rx_wnm_notif_req_wfa() local
1769 reauth_delay = WPA_GET_LE16(pos); in ieee802_11_rx_wnm_notif_req_wfa()
1775 code, reauth_delay, url_len); in ieee802_11_rx_wnm_notif_req_wfa()
1784 reauth_delay, url); in ieee802_11_rx_wnm_notif_req_wfa()
Dnotify.h182 u8 code, u16 reauth_delay,
Dnotify.c1072 u8 code, u16 reauth_delay, in wpas_notify_hs20_rx_deauth_imminent_notice() argument
1079 wpas_aidl_notify_hs20_rx_deauth_imminent_notice(wpa_s, code, reauth_delay, in wpas_notify_hs20_rx_deauth_imminent_notice()
/external/wpa_supplicant_8/wpa_supplicant/aidl/
Daidl.h50 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay,
199 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) in wpas_aidl_notify_hs20_rx_deauth_imminent_notice() argument
Daidl.cpp264 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) in wpas_aidl_notify_hs20_rx_deauth_imminent_notice() argument
279 wpa_s, code, reauth_delay, url); in wpas_aidl_notify_hs20_rx_deauth_imminent_notice()
Daidl_manager.h76 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay,
Daidl_manager.cpp995 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) in notifyHs20RxDeauthImminentNotice() argument
1009 reauth_delay, misc_utils::charBufToString(url))); in notifyHs20RxDeauthImminentNotice()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c626 int code, reauth_delay, ret; in hostapd_ctrl_iface_hs20_deauth_req() local
645 reauth_delay = atoi(pos); in hostapd_ctrl_iface_hs20_deauth_req()
658 wpabuf_put_le16(req, reauth_delay); in hostapd_ctrl_iface_hs20_deauth_req()
665 "reauth_delay=%d)", MAC2STR(addr), code, reauth_delay); in hostapd_ctrl_iface_hs20_deauth_req()