Searched refs:reauth_delay (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | hs20_supplicant.c | 1306 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()
|
D | hs20_supplicant.h | 34 u16 reauth_delay, const char *url);
|
D | notify.h | 177 u8 code, u16 reauth_delay,
|
D | wnm_sta.c | 1740 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()
|
D | notify.c | 1015 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/ |
D | hidl.h | 50 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
|
D | hidl.cpp | 253 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()
|
D | hidl_manager.h | 104 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay,
|
D | hidl_manager.cpp | 946 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/ |
D | ctrl_iface.c | 625 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()
|