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);
Dnotify.h177 u8 code, u16 reauth_delay,
Dwnm_sta.c1740 u16 reauth_delay; in ieee802_11_rx_wnm_notif_req_wfa() local
1745 reauth_delay = WPA_GET_LE16(pos); in ieee802_11_rx_wnm_notif_req_wfa()
1751 code, reauth_delay, url_len); in ieee802_11_rx_wnm_notif_req_wfa()
1760 reauth_delay, url); in ieee802_11_rx_wnm_notif_req_wfa()
Dnotify.c1015 u8 code, u16 reauth_delay, in wpas_notify_hs20_rx_deauth_imminent_notice() argument
1022 wpas_hidl_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/hidl/1.4/
Dhidl.h50 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay,
171 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) in wpas_hidl_notify_hs20_rx_deauth_imminent_notice() argument
Dhidl.cpp253 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) in wpas_hidl_notify_hs20_rx_deauth_imminent_notice() argument
268 wpa_s, code, reauth_delay, url); in wpas_hidl_notify_hs20_rx_deauth_imminent_notice()
Dhidl_manager.h104 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay,
Dhidl_manager.cpp946 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) in notifyHs20RxDeauthImminentNotice() argument
959 std::placeholders::_1, wpa_s->bssid, code, reauth_delay, url)); in notifyHs20RxDeauthImminentNotice()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c625 int code, reauth_delay, ret; in hostapd_ctrl_iface_hs20_deauth_req() local
644 reauth_delay = atoi(pos); in hostapd_ctrl_iface_hs20_deauth_req()
657 wpabuf_put_le16(req, reauth_delay); in hostapd_ctrl_iface_hs20_deauth_req()
664 "reauth_delay=%d)", MAC2STR(addr), code, reauth_delay); in hostapd_ctrl_iface_hs20_deauth_req()