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 | wnm_sta.c | 1764 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()
|
D | notify.h | 182 u8 code, u16 reauth_delay,
|
D | notify.c | 1072 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/ |
D | aidl.h | 50 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
|
D | aidl.cpp | 264 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()
|
D | aidl_manager.h | 76 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay,
|
D | aidl_manager.cpp | 995 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/ |
D | ctrl_iface.c | 626 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()
|