Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhs20.c104 u8 osu_method, const char *url) in hs20_send_wnm_notification() argument
139 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.2/
Dhidl.h48 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method);
152 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) in wpas_hidl_notify_hs20_rx_subscription_remediation() argument
Dhidl.cpp228 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) in wpas_hidl_notify_hs20_rx_subscription_remediation() argument
243 wpa_s, url, osu_method); in wpas_hidl_notify_hs20_rx_subscription_remediation()
Dhidl_manager.cpp902 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) in notifyHs20RxSubscriptionRemediation() argument
912 if (osu_method & 0x1) { in notifyHs20RxSubscriptionRemediation()
915 } else if (osu_method & 0x2) { in notifyHs20RxSubscriptionRemediation()
Dhidl_manager.h79 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method);
/external/wpa_supplicant_8/wpa_supplicant/
Dhs20_supplicant.h31 const char *url, u8 osu_method);
Dnotify.h171 u8 osu_method);
Dwnm_sta.c1668 u8 osu_method; in ieee802_11_rx_wnm_notif_req_wfa() local
1678 osu_method = 1; in ieee802_11_rx_wnm_notif_req_wfa()
1691 osu_method = pos[url_len]; in ieee802_11_rx_wnm_notif_req_wfa()
1694 osu_method); in ieee802_11_rx_wnm_notif_req_wfa()
Dhs20_supplicant.c1273 const char *url, u8 osu_method) in hs20_rx_subscription_remediation() argument
1277 osu_method, url); in hs20_rx_subscription_remediation()
1280 wpas_notify_hs20_rx_subscription_remediation(wpa_s, url, osu_method); in hs20_rx_subscription_remediation()
Dnotify.c989 u8 osu_method) in wpas_notify_hs20_rx_subscription_remediation() argument
995 wpas_hidl_notify_hs20_rx_subscription_remediation(wpa_s, url, osu_method); in wpas_notify_hs20_rx_subscription_remediation()