Home
last modified time | relevance | path

Searched refs:osu_method (Results 1 – 15 of 15) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhs20.c95 u8 osu_method, const char *url) in hs20_send_wnm_notification() argument
130 wpabuf_put_u8(buf, osu_method); in hs20_send_wnm_notification()
Dhs20.h17 u8 osu_method, const char *url);
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dhidl.h46 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method);
134 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) in wpas_hidl_notify_hs20_rx_subscription_remediation() argument
Dhidl.cpp222 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) in wpas_hidl_notify_hs20_rx_subscription_remediation() argument
237 wpa_s, url, osu_method); in wpas_hidl_notify_hs20_rx_subscription_remediation()
Dhidl_manager.cpp834 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) in notifyHs20RxSubscriptionRemediation() argument
844 if (osu_method & 0x1) { in notifyHs20RxSubscriptionRemediation()
847 } else if (osu_method & 0x2) { in notifyHs20RxSubscriptionRemediation()
Dhidl_manager.h73 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method);
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
Dhidl.h46 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method);
135 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) in wpas_hidl_notify_hs20_rx_subscription_remediation() argument
Dhidl.cpp222 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) in wpas_hidl_notify_hs20_rx_subscription_remediation() argument
237 wpa_s, url, osu_method); in wpas_hidl_notify_hs20_rx_subscription_remediation()
Dhidl_manager.cpp859 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) in notifyHs20RxSubscriptionRemediation() argument
869 if (osu_method & 0x1) { in notifyHs20RxSubscriptionRemediation()
872 } else if (osu_method & 0x2) { in notifyHs20RxSubscriptionRemediation()
Dhidl_manager.h76 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method);
/external/wpa_supplicant_8/wpa_supplicant/
Dhs20_supplicant.h27 const char *url, u8 osu_method);
Dnotify.h166 u8 osu_method);
Dwnm_sta.c1587 u8 osu_method; in ieee802_11_rx_wnm_notif_req_wfa() local
1597 osu_method = 1; in ieee802_11_rx_wnm_notif_req_wfa()
1610 osu_method = pos[url_len]; in ieee802_11_rx_wnm_notif_req_wfa()
1613 osu_method); in ieee802_11_rx_wnm_notif_req_wfa()
Dnotify.c959 u8 osu_method) in wpas_notify_hs20_rx_subscription_remediation() argument
965 wpas_hidl_notify_hs20_rx_subscription_remediation(wpa_s, url, osu_method); in wpas_notify_hs20_rx_subscription_remediation()
Dhs20_supplicant.c1161 const char *url, u8 osu_method) in hs20_rx_subscription_remediation() argument
1165 osu_method, url); in hs20_rx_subscription_remediation()
1168 wpas_notify_hs20_rx_subscription_remediation(wpa_s, url, osu_method); in hs20_rx_subscription_remediation()