/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | ista_service.h | 378 virtual ErrCode DeliverStaIfaceData(const std::string ¤tMac) = 0;
|
H A D | sta_interface.cpp | 490 ErrCode StaInterface::DeliverStaIfaceData(const std::string ¤tMac) in DeliverStaIfaceData() argument 495 pStaService->DeliverStaIfaceData(currentMac); in DeliverStaIfaceData()
|
H A D | sta_service.h | 380 virtual ErrCode DeliverStaIfaceData(const std::string ¤tMac);
|
H A D | sta_state_machine.h | 558 bool SetMacToHal(const std::string ¤tMac, const std::string &realMac, int instId); 1272 std::string ¤tMac);
|
H A D | sta_state_machine.cpp | 1980 std::string ¤tMac) in SetRandomMacConfig() 1995 currentMac = randomMacInfo.randomMac; in SetRandomMacConfig() 2002 bool StaStateMachine::SetMacToHal(const std::string ¤tMac, const std::string &realMac, int instId) in SetMacToHal() argument 2010 bool isRealMac = currentMac == realMac; in SetMacToHal() 2011 LOGI("%{public}s, randommac, use %{public}s mac to connect, currentMac:%{public}s, lastMac:%{public}s", __func__, in SetMacToHal() 2012 isRealMac ? "factory" : "random", MacAnonymize(currentMac).c_str(), MacAnonymize(lastMac).c_str()); in SetMacToHal() 2013 std::string actualConfiguredMac = currentMac; in SetMacToHal() 2045 std::string currentMac; in SetRandomMac() local 2050 currentMac = realMac; in SetRandomMac() 2064 currentMac in SetRandomMac() 1979 SetRandomMacConfig(WifiStoreRandomMac &randomMacInfo, const WifiDeviceConfig &deviceConfig, std::string ¤tMac) SetRandomMacConfig() argument [all...] |
H A D | sta_service.cpp | 962 ErrCode StaService::DeliverStaIfaceData(const std::string ¤tMac) in DeliverStaIfaceData() argument 965 pStaStateMachine->SendMessage(WIFI_SVR_COM_STA_HILINK_DELIVER_MAC, currentMac); in DeliverStaIfaceData()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | mock_sta_interface.cpp | 268 ErrCode StaInterface::DeliverStaIfaceData(const std::string ¤tMac) in DeliverStaIfaceData() argument
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_service_impl.cpp | 1832 ErrCode WifiDeviceServiceImpl::HilinkGetMacAddress(WifiDeviceConfig &deviceConfig, std::string ¤tMac) in HilinkGetMacAddress() argument 1835 WifiSettings::GetInstance().GetRealMacAddress(currentMac, m_instId); in HilinkGetMacAddress() 1838 WifiSettings::GetInstance().GetRealMacAddress(currentMac, m_instId); in HilinkGetMacAddress() 1881 currentMac = randomMacInfo.randomMac; in HilinkGetMacAddress() 1883 WIFI_LOGI("EnableHiLinkHandshake mac address get success, mac = %{public}s", MacAnonymize(currentMac).c_str()); in HilinkGetMacAddress() 1927 std::string currentMac; in EnableHiLinkHandshake() local 1928 if (HilinkGetMacAddress(deviceConfig, currentMac) != WIFI_OPT_SUCCESS) { in EnableHiLinkHandshake() 1937 if (sprintf_s(cmd, sizeof(cmd), "HILINK_MAC=%s", currentMac.c_str()) < 0) { in EnableHiLinkHandshake()
|
H A D | wifi_device_service_impl.h | 201 ErrCode HilinkGetMacAddress(WifiDeviceConfig &deviceConfig, std::string ¤tMac);
|
/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/ |
H A D | sta_state_machine_test1.cpp | 181 std::string currentMac; in SetRandomMacConfigTest() local 182 pStaStateMachine->SetRandomMacConfig(randomMacInfo, deviceConfig, currentMac); in SetRandomMacConfigTest()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_service_test.cpp | 786 const std::string currentMac = "11:22:33:44"; in DeliverStaIfaceDataTest() local 787 pStaService->DeliverStaIfaceData(currentMac); in DeliverStaIfaceDataTest()
|
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifidevicestub_fuzzer/ |
H A D | wifidevicestub_fuzzer.cpp | 1020 std::string currentMac = std::string(reinterpret_cast<const char*>(data), size); in HilinkGetMacAddressTest() local 1021 pWifiDeviceServiceImpl->HilinkGetMacAddress(config, currentMac); in HilinkGetMacAddressTest()
|