zhitou_trade/wifi_profile.xml

25 lines
776 B
XML
Raw Normal View History

2025-05-22 16:47:45 +08:00
<?xml version="1.0"?>
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
<name>Redmi K40</name>
<SSIDConfig>
<SSID>
<name>Redmi K40</name>
</SSID>
</SSIDConfig>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<MSM>
<security>
<authEncryption>
<authentication>WPA2PSK</authentication>
<encryption>AES</encryption>
<useOneX>false</useOneX>
</authEncryption>
<sharedKey>
<keyType>passPhrase</keyType>
<protected>false</protected>
<keyMaterial>123456789</keyMaterial>
</sharedKey>
</security>
</MSM>
</WLANProfile>