Home
last modified time | relevance | path

Searched refs:hidl (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dhidl.cpp85 if (!wpa_s || !wpa_s->global->hidl) in wpas_hidl_register_interface()
101 if (!wpa_s || !wpa_s->global->hidl) in wpas_hidl_unregister_interface()
118 if (!wpa_s || !wpa_s->global->hidl || !ssid) in wpas_hidl_register_network()
134 if (!wpa_s || !wpa_s->global->hidl || !ssid) in wpas_hidl_unregister_network()
149 if (!wpa_s || !wpa_s->global->hidl) in wpas_hidl_notify_state_changed()
167 if (!wpa_s || !wpa_s->global->hidl || !ssid) in wpas_hidl_notify_network_request()
186 if (!wpa_s || !wpa_s->global->hidl || !bssid || !result || !anqp) in wpas_hidl_notify_anqp_query_done()
205 if (!wpa_s || !wpa_s->global->hidl || !bssid || !file_name || !image) in wpas_hidl_notify_hs20_icon_query_done()
224 if (!wpa_s || !wpa_s->global->hidl || !url) in wpas_hidl_notify_hs20_rx_subscription_remediation()
243 if (!wpa_s || !wpa_s->global->hidl || !url) in wpas_hidl_notify_hs20_rx_deauth_imminent_notice()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
Dhidl.cpp85 if (!wpa_s || !wpa_s->global->hidl) in wpas_hidl_register_interface()
101 if (!wpa_s || !wpa_s->global->hidl) in wpas_hidl_unregister_interface()
118 if (!wpa_s || !wpa_s->global->hidl || !ssid) in wpas_hidl_register_network()
134 if (!wpa_s || !wpa_s->global->hidl || !ssid) in wpas_hidl_unregister_network()
149 if (!wpa_s || !wpa_s->global->hidl) in wpas_hidl_notify_state_changed()
167 if (!wpa_s || !wpa_s->global->hidl || !ssid) in wpas_hidl_notify_network_request()
186 if (!wpa_s || !wpa_s->global->hidl || !bssid || !result || !anqp) in wpas_hidl_notify_anqp_query_done()
205 if (!wpa_s || !wpa_s->global->hidl || !bssid || !file_name || !image) in wpas_hidl_notify_hs20_icon_query_done()
224 if (!wpa_s || !wpa_s->global->hidl || !url) in wpas_hidl_notify_hs20_rx_subscription_remediation()
243 if (!wpa_s || !wpa_s->global->hidl || !url) in wpas_hidl_notify_hs20_rx_deauth_imminent_notice()
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.c39 global->hidl = wpas_hidl_init(global); in wpas_notify_supplicant_initialized()
40 if (!global->hidl) in wpas_notify_supplicant_initialized()
56 if (global->hidl) in wpas_notify_supplicant_deinitialized()
57 wpas_hidl_deinit(global->hidl); in wpas_notify_supplicant_deinitialized()
Dwpa_supplicant_i.h269 struct wpas_hidl_priv *hidl; member