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.h17 u8 osu_method, const char *url);
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()
/external/wpa_supplicant_8/wpa_supplicant/
Dhs20_supplicant.h32 const char *url, u8 osu_method);
Dnotify.h175 u8 osu_method);
Dhs20_supplicant.c1294 const char *url, u8 osu_method) in hs20_rx_subscription_remediation() argument
1298 osu_method, url); in hs20_rx_subscription_remediation()
1301 wpas_notify_hs20_rx_subscription_remediation(wpa_s, url, osu_method); in hs20_rx_subscription_remediation()
Dwnm_sta.c1701 u8 osu_method; in ieee802_11_rx_wnm_notif_req_wfa() local
1711 osu_method = 1; in ieee802_11_rx_wnm_notif_req_wfa()
1724 osu_method = pos[url_len]; in ieee802_11_rx_wnm_notif_req_wfa()
1727 osu_method); in ieee802_11_rx_wnm_notif_req_wfa()
Dnotify.c1004 u8 osu_method) in wpas_notify_hs20_rx_subscription_remediation() argument
1010 wpas_hidl_notify_hs20_rx_subscription_remediation(wpa_s, url, osu_method); in wpas_notify_hs20_rx_subscription_remediation()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dhidl.h48 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method);
168 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) in wpas_hidl_notify_hs20_rx_subscription_remediation() argument
Dhidl.cpp234 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) in wpas_hidl_notify_hs20_rx_subscription_remediation() argument
249 wpa_s, url, osu_method); in wpas_hidl_notify_hs20_rx_subscription_remediation()
Dhidl_manager.cpp912 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) in notifyHs20RxSubscriptionRemediation() argument
922 if (osu_method & 0x1) { in notifyHs20RxSubscriptionRemediation()
925 } else if (osu_method & 0x2) { in notifyHs20RxSubscriptionRemediation()
Dhidl_manager.h102 struct wpa_supplicant *wpa_s, const char *url, u8 osu_method);