Home
last modified time | relevance | path

Searched refs:realMacAddress (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/
H A Dwifi_internal_msg.h260 std::string realMacAddress; member
306 realMacAddress = ""; in WifiConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp682 std::string realMacAddress; in StartWifiProcess() local
683 WifiSettings::GetInstance().GetRealMacAddress(realMacAddress, m_instId); in StartWifiProcess()
684 if (realMacAddress.empty()) { in StartWifiProcess()
1263 std::string realMacAddress = ""; in CurrentIsRandomizedMac() local
1264 WifiSettings::GetInstance().GetRealMacAddress(realMacAddress, m_instId); in CurrentIsRandomizedMac()
1266 MacAnonymize(curMacAddress).c_str(), MacAnonymize(realMacAddress).c_str()); in CurrentIsRandomizedMac()
1267 return curMacAddress != realMacAddress; in CurrentIsRandomizedMac()
3797 std::string realMacAddress = ""; in HilinkSetMacAddress() local
3799 WifiSettings::GetInstance().GetRealMacAddress(realMacAddress, m_instId); in HilinkSetMacAddress()
3800 m_hilinkDeviceConfig.wifiPrivacySetting = (macAddress == realMacAddress ? in HilinkSetMacAddress()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.cpp1291 mWifiConfig[instId].realMacAddress = macAddress; in SetRealMacAddress()
1301 macAddress = iter->second.realMacAddress; in GetRealMacAddress()
1304 macAddress = mWifiConfig[0].realMacAddress; in GetRealMacAddress()
H A Dwifi_config_file_spec.cpp1021 item.realMacAddress = "";
1194 item.realMacAddress = value; in __anond4a0641a2a02()
1274 ss << " " <<"realMacAddress=" << item.realMacAddress << std::endl;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp2439 std::string realMacAddress; in IsUseFactoryMac() local
2441 WifiSettings::GetInstance().GetRealMacAddress(realMacAddress); in IsUseFactoryMac()
2442 if (!currMacAddress.empty() && !realMacAddress.empty() && currMacAddress == realMacAddress) { in IsUseFactoryMac()