/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | wifi_hal_stub.cpp | 67 wifi_error wifi_get_iface_name_stub(wifi_interface_handle iface, char *name, size_t size) { in wifi_get_iface_name_stub() 72 wifi_interface_handle iface, wifi_event_handler eh) { in wifi_set_iface_event_handler_stub() 76 wifi_error wifi_reset_iface_event_handler_stub(wifi_request_id id, wifi_interface_handle iface) { in wifi_reset_iface_event_handler_stub() 80 wifi_error wifi_start_gscan_stub(wifi_request_id id, wifi_interface_handle iface, in wifi_start_gscan_stub() 85 wifi_error wifi_stop_gscan_stub(wifi_request_id id, wifi_interface_handle iface) { in wifi_stop_gscan_stub() 89 wifi_error wifi_get_cached_gscan_results_stub(wifi_interface_handle iface, byte flush, in wifi_get_cached_gscan_results_stub() 94 wifi_error wifi_set_bssid_hotlist_stub(wifi_request_id id, wifi_interface_handle iface, in wifi_set_bssid_hotlist_stub() 99 wifi_error wifi_reset_bssid_hotlist_stub(wifi_request_id id, wifi_interface_handle iface) { in wifi_reset_bssid_hotlist_stub() 103 wifi_error wifi_set_significant_change_handler_stub(wifi_request_id id, wifi_interface_handle iface, in wifi_set_significant_change_handler_stub() 108 …error wifi_reset_significant_change_handler_stub(wifi_request_id id, wifi_interface_handle iface) { in wifi_reset_significant_change_handler_stub() [all …]
|
/aosp_15_r20/frameworks/opt/net/wifi/libwifi_hal/ |
D | hal_tool.cpp | 72 wifi_error wifi_get_iface_name_stub(wifi_interface_handle iface, char* name, in wifi_get_iface_name_stub() 78 wifi_interface_handle iface, in wifi_set_iface_event_handler_stub() 84 wifi_interface_handle iface) { in wifi_reset_iface_event_handler_stub() 89 wifi_interface_handle iface, in wifi_start_gscan_stub() 96 wifi_interface_handle iface) { in wifi_stop_gscan_stub() 100 wifi_error wifi_get_cached_gscan_results_stub(wifi_interface_handle iface, in wifi_get_cached_gscan_results_stub() 108 wifi_interface_handle iface, in wifi_set_bssid_hotlist_stub() 115 wifi_interface_handle iface) { in wifi_reset_bssid_hotlist_stub() 120 wifi_request_id id, wifi_interface_handle iface, in wifi_set_significant_change_handler_stub() 127 wifi_request_id id, wifi_interface_handle iface) { in wifi_reset_significant_change_handler_stub() [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiMonitor.java | 181 public synchronized void registerHandler(String iface, int what, Handler handler) { in registerHandler() 201 public synchronized void deregisterHandler(String iface, int what, Handler handler) { in deregisterHandler() 214 private boolean isMonitoring(String iface) { in isMonitoring() 230 public void setMonitoring(String iface, boolean enabled) { in setMonitoring() 239 public synchronized void startMonitoring(String iface) { in startMonitoring() 249 public synchronized void stopMonitoring(String iface) { in stopMonitoring() 273 private void sendMessage(String iface, int what) { in sendMessage() 277 private void sendMessage(String iface, int what, Object obj) { in sendMessage() 281 private void sendMessage(String iface, int what, int arg1) { in sendMessage() 285 private void sendMessage(String iface, int what, int arg1, int arg2) { in sendMessage() [all …]
|
D | WifiVendorHal.java | 292 WifiStaIface iface = mHalDeviceManager.createStaIface( in createStaIface() local 327 WifiStaIface iface = getStaIface(ifaceName); in replaceStaIfaceRequestorWs() local 346 WifiStaIface iface = getStaIface(ifaceName); in removeStaIface() local 408 WifiApIface iface = mHalDeviceManager.createApIface( in createApIface() local 440 WifiApIface iface = getApIface(ifaceName); in replaceApIfaceRequestorWs() local 459 WifiApIface iface = getApIface(ifaceName); in removeApIface() local 497 private boolean retrieveWifiChip(WifiHal.WifiInterface iface) { in retrieveWifiChip() 521 private boolean registerStaIfaceCallback(WifiStaIface iface) { in registerStaIfaceCallback() 583 WifiStaIface iface = getStaIface(ifaceName); in getBgScanCapabilities() local 641 WifiStaIface iface = getStaIface(ifaceName); in startBgScan() local [all …]
|
D | SupplicantStaIfaceHalAidlImpl.java | 316 ISupplicantStaIface iface = addIface(ifaceName); in setupIface() local 1144 ISupplicantStaIface iface = checkStaIfaceAndLogFailure(ifaceName, methodStr); in addNetwork() local 1169 ISupplicantStaIface iface = checkStaIfaceAndLogFailure(ifaceName, methodStr); in removeNetwork() local 1212 ISupplicantStaIface iface, ISupplicantStaIfaceCallback callback) { in registerCallback() 1238 ISupplicantStaIface iface = checkStaIfaceAndLogFailure(ifaceName, methodStr); in listNetworks() local 1263 ISupplicantStaIface iface = checkStaIfaceAndLogFailure(ifaceName, methodStr); in setWpsDeviceName() local 1314 ISupplicantStaIface iface = checkStaIfaceAndLogFailure(ifaceName, methodStr); in setWpsDeviceType() local 1340 ISupplicantStaIface iface = checkStaIfaceAndLogFailure(ifaceName, methodStr); in setWpsManufacturer() local 1366 ISupplicantStaIface iface = checkStaIfaceAndLogFailure(ifaceName, methodStr); in setWpsModelName() local 1392 ISupplicantStaIface iface = checkStaIfaceAndLogFailure(ifaceName, methodStr); in setWpsModelNumber() local [all …]
|
D | SupplicantStaIfaceHalHidlImpl.java | 325 @NonNull ISupplicantStaIface iface) throws RemoteException { in trySetupStaIfaceV1_4() 339 @NonNull ISupplicantStaIface iface) throws RemoteException { in trySetupStaIfaceV1_3() 358 @NonNull ISupplicantStaIface iface) throws RemoteException { in trySetupStaIfaceV1_2() 378 @NonNull ISupplicantStaIface iface) throws RemoteException { in trySetupStaIfaceV1_1() 414 ISupplicantStaIface iface = getStaIfaceMockable(ifaceHwBinder); in setupStaIface() local 453 ISupplicantStaIface iface = setupStaIface(ifaceName, ifaceHwBinder); in setupIface() local 809 protected ISupplicantStaIface getStaIfaceMockable(ISupplicantIface iface) { in getStaIfaceMockable() 816 getStaIfaceMockableV1_1(ISupplicantIface iface) { in getStaIfaceMockableV1_1() 824 getStaIfaceMockableV1_2(ISupplicantIface iface) { in getStaIfaceMockableV1_2() 832 getStaIfaceMockableV1_3(ISupplicantIface iface) { in getStaIfaceMockableV1_3() [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pMonitor.java | 114 public synchronized void registerHandler(String iface, int what, Handler handler) { in registerHandler() 129 private boolean isMonitoring(String iface) { in isMonitoring() 145 public void setMonitoring(String iface, boolean enabled) { in setMonitoring() 155 public synchronized void startMonitoring(String iface) { in startMonitoring() 166 public synchronized void stopMonitoring(String iface) { in stopMonitoring() 178 private void sendMessage(String iface, int what) { in sendMessage() 182 private void sendMessage(String iface, int what, Object obj) { in sendMessage() 186 private void sendMessage(String iface, int what, int arg1) { in sendMessage() 190 private void sendMessage(String iface, int what, int arg1, int arg2) { in sendMessage() 194 private void sendMessage(String iface, int what, int arg1, int arg2, Object obj) { in sendMessage() [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | hw_features.c | 75 int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features() 197 int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates() 276 static int ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) in ieee80211n_allowed_ht40_channel_pair() 300 static void ieee80211n_switch_pri_sec(struct hostapd_iface *iface) in ieee80211n_switch_pri_sec() 314 static int ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, in ieee80211n_check_40mhz_5g() 348 static int ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, in ieee80211n_check_40mhz_2g4() 361 static void ieee80211n_check_scan(struct hostapd_iface *iface) in ieee80211n_check_scan() 432 static void ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, in ieee80211n_scan_channels_2g4() 477 static void ieee80211n_scan_channels_5g(struct hostapd_iface *iface, in ieee80211n_scan_channels_5g() 521 struct hostapd_iface *iface = eloop_data; in ap_ht40_scan_retry() local [all …]
|
H A D | dfs.c | 36 static bool dfs_use_radar_background(struct hostapd_iface *iface) in dfs_use_radar_background() 43 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) in dfs_get_used_n_chans() 224 static int is_in_chanlist(struct hostapd_iface *iface, in is_in_chanlist() 241 static int dfs_find_channel(struct hostapd_iface *iface, in dfs_find_channel() 310 static void dfs_adjust_center_freq(struct hostapd_iface *iface, in dfs_adjust_center_freq() 359 static int dfs_get_start_chan_idx(struct hostapd_iface *iface, int *seg1_start) in dfs_get_start_chan_idx() 451 static int dfs_check_chans_radar(struct hostapd_iface *iface, in dfs_check_chans_radar() 473 static int dfs_check_chans_available(struct hostapd_iface *iface, in dfs_check_chans_available() 501 static int dfs_check_chans_unavailable(struct hostapd_iface *iface, in dfs_check_chans_unavailable() 525 dfs_get_valid_channel(struct hostapd_iface *iface, in dfs_get_valid_channel() [all …]
|
H A D | acs.c | 348 void acs_cleanup(struct hostapd_iface *iface) in acs_cleanup() 362 static void acs_fail(struct hostapd_iface *iface) in acs_fail() 402 acs_survey_chan_interference_factor(struct hostapd_iface *iface, in acs_survey_chan_interference_factor() 542 static int acs_surveys_are_sufficient(struct hostapd_iface *iface) in acs_surveys_are_sufficient() 566 static int is_in_chanlist(struct hostapd_iface *iface, in is_in_chanlist() 576 static int is_in_freqlist(struct hostapd_iface *iface, in is_in_freqlist() 588 struct hostapd_iface *iface, struct hostapd_hw_modes *mode) in acs_survey_mode_interference_factor() 628 struct hostapd_iface *iface) in acs_survey_all_chans_interference_factor() 662 acs_find_mode(struct hostapd_iface *iface, int freq) in acs_find_mode() 682 acs_find_chan(struct hostapd_iface *iface, int freq) in acs_find_chan() [all …]
|
H A D | hostapd.c | 78 int (*cb)(struct hostapd_iface *iface, in hostapd_for_each_interface() 224 static void hostapd_clear_old(struct hostapd_iface *iface) in hostapd_clear_old() 251 int hostapd_reload_config(struct hostapd_iface *iface) in hostapd_reload_config() 489 struct hostapd_iface *iface = ifaces->iface[i]; in hostapd_free_hapd_data() local 679 static void sta_track_deinit(struct hostapd_iface *iface) in sta_track_deinit() 695 void hostapd_cleanup_iface_partial(struct hostapd_iface *iface) in hostapd_cleanup_iface_partial() 728 static void hostapd_cleanup_iface(struct hostapd_iface *iface) in hostapd_cleanup_iface() 756 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd) in hostapd_setup_encryption() 844 static int hostapd_validate_bssid_configuration(struct hostapd_iface *iface) in hostapd_validate_bssid_configuration() 1744 static void hostapd_tx_queue_params(struct hostapd_iface *iface) in hostapd_tx_queue_params() [all …]
|
H A D | ap_list.c | 31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc() 53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) in ap_get_ap() 64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_add() 76 static void ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_del() 90 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_add() 97 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_del() 119 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) in ap_free_ap() 129 static void hostapd_free_aps(struct hostapd_iface *iface) in hostapd_free_aps() 145 static struct ap_info * ap_ap_add(struct hostapd_iface *iface, const u8 *addr) in ap_ap_add() 169 void ap_list_process_beacon(struct hostapd_iface *iface, in ap_list_process_beacon() [all …]
|
H A D | hw_features.h | 42 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features() 47 static inline int hostapd_csa_update_hwmode(struct hostapd_iface *iface) in hostapd_csa_update_hwmode() 52 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) in hostapd_acs_completed() 57 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) in hostapd_select_hw_mode() 72 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) in hostapd_check_ht_capab() 77 static inline int hostapd_check_edmg_capab(struct hostapd_iface *iface) in hostapd_check_edmg_capab() 82 static inline int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates() 88 static inline void hostapd_stop_setup_timers(struct hostapd_iface *iface) in hostapd_stop_setup_timers() 92 static inline int hostapd_hw_skip_mode(struct hostapd_iface *iface, in hostapd_hw_skip_mode() 98 static inline int hostapd_check_he_6ghz_capab(struct hostapd_iface *iface) in hostapd_check_he_6ghz_capab() [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | NetdWrapper.java | 65 void interfaceAdded(String iface); in interfaceAdded() 72 void interfaceStatusChanged(String iface, boolean up); in interfaceStatusChanged() 80 void interfaceLinkStateChanged(String iface, boolean up); in interfaceLinkStateChanged() 171 private void modifyInterfaceInNetwork(boolean add, int netId, String iface) { in modifyInterfaceInNetwork() 220 public void addInterfaceToLocalNetwork(String iface, List<RouteInfo> routes) { in addInterfaceToLocalNetwork() 237 public void removeInterfaceFromLocalNetwork(String iface) { in removeInterfaceFromLocalNetwork() 244 public void clearInterfaceAddresses(String iface) { in clearInterfaceAddresses() 255 public void enableIpv6(String iface) { in enableIpv6() 266 public void disableIpv6(String iface) { in disableIpv6() 278 String iface) { in toStableParcel() [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | wpa_priv.c | 56 static void wpa_priv_cmd_register(struct wpa_priv_interface *iface, in wpa_priv_cmd_register() 120 static void wpa_priv_cmd_unregister(struct wpa_priv_interface *iface, in wpa_priv_cmd_unregister() 136 static void wpa_priv_cmd_scan(struct wpa_priv_interface *iface, in wpa_priv_cmd_scan() 181 static void wpa_priv_get_scan_results2(struct wpa_priv_interface *iface, in wpa_priv_get_scan_results2() 230 static void wpa_priv_cmd_get_scan_results(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_scan_results() 244 static void wpa_priv_cmd_authenticate(struct wpa_priv_interface *iface, in wpa_priv_cmd_authenticate() 296 static void wpa_priv_cmd_associate(struct wpa_priv_interface *iface, in wpa_priv_cmd_associate() 344 static void wpa_priv_cmd_get_bssid(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_bssid() 365 static void wpa_priv_cmd_get_ssid(struct wpa_priv_interface *iface, in wpa_priv_cmd_get_ssid() 392 static void wpa_priv_cmd_set_key(struct wpa_priv_interface *iface, in wpa_priv_cmd_set_key() [all …]
|
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | EthernetManagerTest.kt | 213 val iface: String, in <lambda>() constant in EthernetStateListener.CallbackEntry.InterfaceStateChanged 368 for (iface in createdIfaces) { in <lambda>() method 425 val iface = EthernetTestInterface( in <lambda>() constant 575 val iface = createInterface() in <lambda>() constant 629 val iface = createInterface() in <lambda>() constant 653 val iface = createInterface() in <lambda>() constant 708 val iface = createInterface() in <lambda>() constant 778 val iface = createInterface() in <lambda>() constant 797 val iface = createInterface(false /* hasCarrier */) in <lambda>() constant 812 val iface = createInterface() in <lambda>() constant [all …]
|
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/ |
D | EthernetTracker.java | 281 void updateIpConfiguration(String iface, IpConfiguration ipConfiguration) { in updateIpConfiguration() 292 private void writeIpConfiguration(@NonNull final String iface, in writeIpConfiguration() 298 private IpConfiguration getIpConfigurationForCallback(String iface, int state) { in getIpConfigurationForCallback() 310 protected void broadcastInterfaceStateChange(@NonNull String iface) { in broadcastInterfaceStateChange() 336 @NonNull String iface) { in unicastInterfaceStateChange() 349 protected void updateConfiguration(@NonNull final String iface, in updateConfiguration() 384 public void setInterfaceEnabled(String iface, boolean enabled, EthernetCallback cb) { in setInterfaceEnabled() 388 IpConfiguration getIpConfiguration(String iface) { in getIpConfiguration() 393 protected boolean isTrackingInterface(String iface) { in isTrackingInterface() 429 boolean isRestrictedInterface(String iface) { in isRestrictedInterface() [all …]
|
/aosp_15_r20/hardware/interfaces/tetheroffload/control/1.0/vts/functional/ |
H A D | VtsHalTetheroffloadControlV1_0TargetTest.cpp | 110 const hidl_string iface(TEST_IFACE); in TEST_P() local 122 const hidl_string iface(TEST_IFACE); in TEST_P() local 131 const hidl_string iface(TEST_IFACE); in TEST_P() local 140 const hidl_string iface(TEST_IFACE); in TEST_P() local 149 const hidl_string iface(TEST_IFACE); in TEST_P() local 252 const hidl_string iface(TEST_IFACE); in TEST_P() local 264 const hidl_string iface(TEST_IFACE); in TEST_P() local 276 const hidl_string iface(TEST_IFACE); in TEST_P() local 288 const hidl_string iface(TEST_IFACE); in TEST_P() local 299 const hidl_string iface(""); in TEST_P() local [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | INetworkManagementService.aidl | 57 InterfaceConfiguration getInterfaceConfig(String iface); in getInterfaceConfig() 63 void setInterfaceConfig(String iface, in InterfaceConfiguration cfg); in setInterfaceConfig() 69 void clearInterfaceAddresses(String iface); in clearInterfaceAddresses() 74 void setInterfaceDown(String iface); in setInterfaceDown() 79 void setInterfaceUp(String iface); in setInterfaceUp() 85 void setInterfaceIpv6PrivacyExtensions(String iface, boolean enable); in setInterfaceIpv6PrivacyExtensions() 91 void disableIpv6(String iface); in disableIpv6() 97 void enableIpv6(String iface); in enableIpv6() 104 void setIPv6AddrGenMode(String iface, int mode); in setIPv6AddrGenMode() 119 void setInterfaceQuota(String iface, long quotaBytes); in setInterfaceQuota() [all …]
|
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | nan.cpp | 42 wifi_error nan_register_handler(wifi_interface_handle iface, in nan_register_handler() 69 wifi_interface_handle iface, in nan_enable_request() 120 wifi_interface_handle iface) in nan_disable_request() 170 wifi_interface_handle iface, in nan_publish_request() 221 wifi_interface_handle iface, in nan_publish_cancel_request() 272 wifi_interface_handle iface, in nan_subscribe_request() 323 wifi_interface_handle iface, in nan_subscribe_cancel_request() 374 wifi_interface_handle iface, in nan_transmit_followup_request() 425 wifi_interface_handle iface, in nan_stats_request() 476 wifi_interface_handle iface, in nan_config_request() [all …]
|
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | iface_record.c | 27 int semanage_iface_compare(const semanage_iface_t * iface, in semanage_iface_compare() 35 int semanage_iface_compare2(const semanage_iface_t * iface, in semanage_iface_compare2() 43 static int semanage_iface_compare2_qsort(const semanage_iface_t ** iface, in semanage_iface_compare2_qsort() 58 const semanage_iface_t * iface, in semanage_iface_key_extract() 74 const char *semanage_iface_get_name(const semanage_iface_t * iface) in semanage_iface_get_name() 82 semanage_iface_t * iface, const char *name) in semanage_iface_set_name() 90 semanage_context_t *semanage_iface_get_ifcon(const semanage_iface_t * iface) in semanage_iface_get_ifcon() 98 semanage_iface_t * iface, semanage_context_t * con) in semanage_iface_set_ifcon() 105 semanage_context_t *semanage_iface_get_msgcon(const semanage_iface_t * iface) in semanage_iface_get_msgcon() 113 semanage_iface_t * iface, in semanage_iface_set_msgcon() [all …]
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | iface_record.c | 59 const sepol_iface_t * iface, in sepol_iface_key_extract() 80 int sepol_iface_compare(const sepol_iface_t * iface, in sepol_iface_compare() 87 int sepol_iface_compare2(const sepol_iface_t * iface, in sepol_iface_compare2() 95 int sepol_iface_create(sepol_handle_t * handle, sepol_iface_t ** iface) in sepol_iface_create() 117 const char *sepol_iface_get_name(const sepol_iface_t * iface) in sepol_iface_get_name() 125 sepol_iface_t * iface, const char *name) in sepol_iface_set_name() 140 sepol_context_t *sepol_iface_get_ifcon(const sepol_iface_t * iface) in sepol_iface_get_ifcon() 148 sepol_iface_t * iface, sepol_context_t * con) in sepol_iface_set_ifcon() 165 sepol_context_t *sepol_iface_get_msgcon(const sepol_iface_t * iface) in sepol_iface_get_msgcon() 173 sepol_iface_t * iface, sepol_context_t * con) in sepol_iface_set_msgcon() [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 135 struct wpas_dbus_priv *iface; in wpas_dbus_signal_interface() local 198 struct wpas_dbus_priv *iface; in wpas_dbus_signal_scan_done() local 237 struct wpas_dbus_priv *iface; in wpas_dbus_signal_bss() local 306 struct wpas_dbus_priv *iface; in wpas_dbus_signal_blob() local 371 struct wpas_dbus_priv *iface; in wpas_dbus_signal_network() local 463 struct wpas_dbus_priv *iface; in wpas_dbus_signal_network_request() local 540 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_pbc_overlap() local 578 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_success() local 619 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_fail() local 665 struct wpas_dbus_priv *iface; in wpas_dbus_signal_wps_event_m2d() local [all …]
|
/aosp_15_r20/hardware/interfaces/tetheroffload/aidl/vts/functional/ |
H A D | VtsHalTetheroffloadTargetTest.cpp | 259 const std::string iface(TEST_IFACE); in TEST_P() local 306 const std::string iface(TEST_IFACE); in TEST_P() local 317 const std::string iface(TEST_IFACE); in TEST_P() local 325 const std::string iface(TEST_IFACE); in TEST_P() local 333 const std::string iface(TEST_IFACE); in TEST_P() local 341 const std::string iface(TEST_IFACE); in TEST_P() local 467 const std::string iface(TEST_IFACE); in TEST_P() local 478 const std::string iface(TEST_IFACE); in TEST_P() local 489 const std::string iface(TEST_IFACE); in TEST_P() local 500 const std::string iface(TEST_IFACE); in TEST_P() local [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeApi.java | 331 WifiNanIface iface = mHal.getWifiNanIface(); in getCapabilities() local 368 WifiNanIface iface = mHal.getWifiNanIface(); in enableAndConfigure() local 391 WifiNanIface iface = mHal.getWifiNanIface(); in disable() local 417 WifiNanIface iface = mHal.getWifiNanIface(); in publish() local 442 WifiNanIface iface = mHal.getWifiNanIface(); in subscribe() local 477 WifiNanIface iface = mHal.getWifiNanIface(); in sendMessage() local 507 WifiNanIface iface = mHal.getWifiNanIface(); in stopPublish() local 529 WifiNanIface iface = mHal.getWifiNanIface(); in stopSubscribe() local 550 WifiNanIface iface = mHal.getWifiNanIface(); in createAwareNetworkInterface() local 570 WifiNanIface iface = mHal.getWifiNanIface(); in deleteAwareNetworkInterface() local [all …]
|