Searched refs:secretWifiDevice (Results 1 – 1 of 1) sorted by relevance
152 std::string secretWifiDevice = ""; in WifiAssetAttrAdd() local153 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 …]