Searched refs:GetNetworkIfaceName (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal_base_feature.c | 102 static const char *GetNetworkIfaceName(const struct IWiFiBaseFeature *baseFeature) in GetNetworkIfaceName() function 181 (*fe)->getNetworkIfaceName = GetNetworkIfaceName; in InitBaseFeature()
|
/drivers/peripheral/wlan/hdi_service/ |
H A D | wlan_interface_service.c | 50 service->interface.GetNetworkIfaceName = WlanInterfaceGetNetworkIfaceName; in WlanInterfaceImplGetInstance()
|
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_direct_test.cpp | 344 int32_t rc = g_wlanObj->GetNetworkIfaceName(g_wlanObj, nullptr, ifNames, IFNAMSIZ);
in HWTEST_F() 347 rc = g_wlanObj->GetNetworkIfaceName(g_wlanObj, &ifeature, ifNames, IFNAMSIZ);
in HWTEST_F() 350 rc = g_wlanObj->GetNetworkIfaceName(g_wlanObj, &ifeature, nullptr, IFNAMSIZ);
in HWTEST_F() 352 rc = g_wlanObj->GetNetworkIfaceName(g_wlanObj, &ifeature, ifNames, IFNAMSIZ);
in HWTEST_F()
|
H A D | wlan_hdi_hal_services_c_test.cpp | 150 rc = g_wlanObj->GetNetworkIfaceName(g_wlanObj, &ifeature, ifNames, IFNAMSIZ);
in HWTEST_F() 1098 rc = g_wlanObj->GetNetworkIfaceName(g_wlanObj, &ifeature, ifNames, IFNAMSIZ);
in HWTEST_F()
|
/drivers/peripheral/wlan/test/fuzztest/ |
H A D | wlan_common_fuzzer.cpp | 132 interface->GetNetworkIfaceName(interface, &feature, ifNames, IFNAMSIZ); in FuzzGetNetworkIfaceName()
|
Completed in 5 milliseconds