Searched refs:SetScanningMacAddress (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal_sta_feature.c | 38 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 D | wlan_interface_service.c | 58 service->interface.SetScanningMacAddress = WlanInterfaceSetScanningMacAddress; in WlanInterfaceImplGetInstance()
|
/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/ |
H A D | sta_fuzzer.cpp | 48 interface->SetScanningMacAddress(interface, &feature, scanMac, macLen); in FuzzSetScanningMacAddress()
|
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_direct_test.cpp | 501 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 D | wlan_hdi_hal_services_c_test.cpp | 328 rc = g_wlanObj->SetScanningMacAddress(g_wlanObj, &ifeature, scanMac, macLen);
in HWTEST_F()
|
/drivers/hdf_core/framework/model/network/wifi/core/components/sta/ |
H A D | sta.c | 383 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 D | wifi_mac80211_ops.h | 763 int32_t (*SetScanningMacAddress)(NetDevice *netDev, unsigned char *mac, uint32_t len); member
|
Completed in 8 milliseconds