Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/wifi_asset/
H A Dwifi_asset_manager.cpp152 std::string secretWifiDevice = ""; in WifiAssetAttrAdd() local
153 secretWifiDevice += StringToHex(config.ssid) + ";"; in WifiAssetAttrAdd()
154 secretWifiDevice += StringToHex(config.keyMgmt) + ";"; in WifiAssetAttrAdd()
155 secretWifiDevice += StringToHex(config.preSharedKey) + ";"; in WifiAssetAttrAdd()
157 secretWifiDevice += StringToHex(config.wepKeys[i]) +";"; in WifiAssetAttrAdd()
159 secretWifiDevice += std::to_string(config.wepTxKeyIndex) + ";"; in WifiAssetAttrAdd()
160 secretWifiDevice += std::to_string(config.hiddenSSID) + ";"; in WifiAssetAttrAdd()
162 secretWifiDevice += std::to_string(config.wifiProxyconfig.manualProxyConfig.serverPort) + ";"; in WifiAssetAttrAdd()
164 secretWifiDevice += std::to_string(config.version); in WifiAssetAttrAdd()
165 AssetValue secret = {.blob = {static_cast<uint32_t>(secretWifiDevice.size()), in WifiAssetAttrAdd()
[all …]