Home
last modified time | relevance | path

Searched refs:GetDeviceMacAddress (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_base_feature.c126 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 Dwlan_interface_service.c45 service->interface.GetDeviceMacAddress = WlanInterfaceGetDeviceMacAddress; in WlanInterfaceImplGetInstance()
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp224 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 Dwlan_hdi_hal_services_c_test.cpp219 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 Dwlan_common_fuzzer.cpp94 interface->GetDeviceMacAddress(interface, &feature, mac, &macLen, in FuzzGetDeviceMacAddress()

Completed in 6 milliseconds