Searched refs:GetDeviceMacAddress (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal_base_feature.c | 126 static int32_t GetDeviceMacAddress(const struct IWiFiBaseFeature *baseFeature, unsigned char *mac, uint8_t len) in GetDeviceMacAddress() function 184 (*fe)->getDeviceMacAddress = GetDeviceMacAddress; in InitBaseFeature()
|
/drivers/peripheral/wlan/hdi_service/ |
H A D | wlan_interface_service.c | 45 service->interface.GetDeviceMacAddress = WlanInterfaceGetDeviceMacAddress; in WlanInterfaceImplGetInstance()
|
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_direct_test.cpp | 224 int32_t rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, nullptr, mac, &macLen, ETH_ADDR_LEN);
in HWTEST_F() 227 rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, &ifeature, mac, &macLen, ETH_ADDR_LEN);
in HWTEST_F() 230 rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, &ifeature, nullptr, &macLen, ETH_ADDR_LEN);
in HWTEST_F() 232 rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, &ifeature, mac, nullptr, ETH_ADDR_LEN);
in HWTEST_F() 234 rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, &ifeature, mac, &macLen, ETH_ADDR_LEN);
in HWTEST_F()
|
H A D | wlan_hdi_hal_services_c_test.cpp | 219 rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, &ifeature, mac, &macLen, ETH_ADDR_LEN);
in HWTEST_F() 582 rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, &ifeature, mac, &macLen, ETH_ADDR_LEN);
in HWTEST_F() 1318 rc = g_wlanObj->GetDeviceMacAddress(g_wlanObj, &ifeature, mac, &macLen, ETH_ADDR_LEN);
in HWTEST_F()
|
/drivers/peripheral/wlan/test/fuzztest/ |
H A D | wlan_common_fuzzer.cpp | 94 interface->GetDeviceMacAddress(interface, &feature, mac, &macLen, in FuzzGetDeviceMacAddress()
|
Completed in 6 milliseconds