Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dhs20_supplicant.c1173 u16 reauth_delay, const char *url) in hs20_rx_deauth_imminent_notice() argument
1181 code, reauth_delay, url); in hs20_rx_deauth_imminent_notice()
1182 wpas_notify_hs20_rx_deauth_imminent_notice(wpa_s, code, reauth_delay, url); in hs20_rx_deauth_imminent_notice()
1192 if (now.sec + reauth_delay <= in hs20_rx_deauth_imminent_notice()
1196 reauth_delay); in hs20_rx_deauth_imminent_notice()
1198 now.sec + reauth_delay; in hs20_rx_deauth_imminent_notice()
1205 if (now.sec + reauth_delay <= in hs20_rx_deauth_imminent_notice()
1209 reauth_delay); in hs20_rx_deauth_imminent_notice()
1211 now.sec + reauth_delay; in hs20_rx_deauth_imminent_notice()
Dhs20_supplicant.h29 u16 reauth_delay, const char *url);
Dnotify.h168 u8 code, u16 reauth_delay,
Dwnm_sta.c1626 u16 reauth_delay; in ieee802_11_rx_wnm_notif_req_wfa() local
1631 reauth_delay = WPA_GET_LE16(pos); in ieee802_11_rx_wnm_notif_req_wfa()
1637 code, reauth_delay, url_len); in ieee802_11_rx_wnm_notif_req_wfa()
1646 reauth_delay, url); in ieee802_11_rx_wnm_notif_req_wfa()
Dnotify.c970 u8 code, u16 reauth_delay, in wpas_notify_hs20_rx_deauth_imminent_notice() argument
977 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.0/
Dhidl.h48 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url);
138 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) in wpas_hidl_notify_hs20_rx_deauth_imminent_notice() argument
Dhidl.cpp241 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) in wpas_hidl_notify_hs20_rx_deauth_imminent_notice() argument
256 wpa_s, code, reauth_delay, url); in wpas_hidl_notify_hs20_rx_deauth_imminent_notice()
Dhidl_manager.cpp868 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) in notifyHs20RxDeauthImminentNotice() argument
881 std::placeholders::_1, wpa_s->bssid, code, reauth_delay, url)); in notifyHs20RxDeauthImminentNotice()
Dhidl_manager.h75 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay,
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
Dhidl.h48 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url);
139 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) in wpas_hidl_notify_hs20_rx_deauth_imminent_notice() argument
Dhidl.cpp241 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) in wpas_hidl_notify_hs20_rx_deauth_imminent_notice() argument
256 wpa_s, code, reauth_delay, url); in wpas_hidl_notify_hs20_rx_deauth_imminent_notice()
Dhidl_manager.h78 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay,
Dhidl_manager.cpp893 struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) in notifyHs20RxDeauthImminentNotice() argument
906 std::placeholders::_1, wpa_s->bssid, code, reauth_delay, url)); in notifyHs20RxDeauthImminentNotice()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c619 int code, reauth_delay, ret; in hostapd_ctrl_iface_hs20_deauth_req() local
638 reauth_delay = atoi(pos); in hostapd_ctrl_iface_hs20_deauth_req()
651 wpabuf_put_le16(req, reauth_delay); in hostapd_ctrl_iface_hs20_deauth_req()
658 "reauth_delay=%d)", MAC2STR(addr), code, reauth_delay); in hostapd_ctrl_iface_hs20_deauth_req()