Home
last modified time | relevance | path

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

/test/xts/hats/hdf/wlan/wifi/client/
Dhdf_client_test.cpp123 unsigned char errorMac[ETH_ADDR_LEN] = {0x11, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
128 ret = SetMacAddr(WLAN_IFNAME, errorMac, ETH_ADDR_LEN);
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
Dhdf_wifi_benchmark_test.cpp407 unsigned char errorMac[ETH_ADDR_LEN] = {0x11, 0x34, 0x56, 0x78, 0xab, 0xcd}; in BENCHMARK_F() local
414 …ret = apFeature->baseFeature.setMacAddress((struct IWiFiBaseFeature *)apFeature, errorMac, ETH_ADD… in BENCHMARK_F()
439 unsigned char errorMac[ETH_ADDR_LEN] = {0}; in BENCHMARK_F() local
446 …ret = staFeature->baseFeature.setMacAddress((struct IWiFiBaseFeature *)staFeature, errorMac, ETH_A… in BENCHMARK_F()
/test/xts/hats/hdf/wlan/hdi_service/
Dwlan_hdi_hal_services_c_test.cpp184 uint8_t errorMac[ETH_ADDR_LEN] = {0x11, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
188 rc = g_wlanObj->SetMacAddress(g_wlanObj, &ifeature, errorMac, macLen);
600 uint8_t errorMac[ETH_ADDR_LEN] = {0x11, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
604 rc = g_wlanObj->SetMacAddress(g_wlanObj, &ifeature, errorMac, macLen);
/test/xts/hats/hdf/wlan/wifi/hal/
Dwifi_hal_test.cpp683 unsigned char errorMac[ETH_ADDR_LEN] = {0x11, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
688 …ret = apFeature->baseFeature.setMacAddress((struct IWiFiBaseFeature *)apFeature, errorMac, ETH_ADD…
789 unsigned char errorMac[ETH_ADDR_LEN] = {0x11, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
794 …ret = staFeature->baseFeature.setMacAddress((struct IWiFiBaseFeature *)staFeature, errorMac, ETH_A…