Home
last modified time | relevance | path

Searched refs:SetScanningMacAddress (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_sta_feature.c38 static int32_t SetScanningMacAddress(const struct IWiFiSta *staFeature, unsigned char *scanMac, uint8_t len) in SetScanningMacAddress() function
124 (*fe)->setScanningMacAddress = SetScanningMacAddress; in InitStaFeature()
/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_service.c58 service->interface.SetScanningMacAddress = WlanInterfaceSetScanningMacAddress; in WlanInterfaceImplGetInstance()
/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/
H A Dsta_fuzzer.cpp48 interface->SetScanningMacAddress(interface, &feature, scanMac, macLen); in FuzzSetScanningMacAddress()
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp501 int32_t rc = g_wlanObj->SetScanningMacAddress(g_wlanObj, nullptr, scanMac, macLen); in HWTEST_F()
504 rc = g_wlanObj->SetScanningMacAddress(g_wlanObj, &ifeature, scanMac, macLen); in HWTEST_F()
507 rc = g_wlanObj->SetScanningMacAddress(g_wlanObj, &ifeature, nullptr, macLen); in HWTEST_F()
509 rc = g_wlanObj->SetScanningMacAddress(g_wlanObj, &ifeature, scanMac, macLen); in HWTEST_F()
H A Dwlan_hdi_hal_services_c_test.cpp328 rc = g_wlanObj->SetScanningMacAddress(g_wlanObj, &ifeature, scanMac, macLen); in HWTEST_F()
/drivers/hdf_core/framework/model/network/wifi/core/components/sta/
H A Dsta.c383 RETURN_IF_CHIPOPS_NOT_IMPLEMENT(chipDriver->staOps, SetScanningMacAddress); in WifiCmdSetScanningMacAddress()
384 ret = chipDriver->staOps->SetScanningMacAddress(netdev, mac, IEEE80211_MAC_ADDR_LEN); in WifiCmdSetScanningMacAddress()
/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h763 int32_t (*SetScanningMacAddress)(NetDevice *netDev, unsigned char *mac, uint32_t len); member

Completed in 8 milliseconds