1<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
2<WifiConfigStoreData>
3<int name="Version" value="3" />
4<SoftAp>
5<string name="SSID">HOTSPOT_SSID</string>
6<int name="ApBand" value="1" />
7<int name="Channel" value="0" />
8<boolean name="HiddenSSID" value="false" />
9<int name="SecurityType" value="1" />
10<string name="Passphrase">blahblahblah</string>
11<int name="MaxNumberOfClients" value="0" />
12<boolean name="ClientControlByUser" value="false" />
13<boolean name="AutoShutdownEnabled" value="true" />
14<long name="ShutdownTimeoutMillis" value="0" />
15<BlockedClientList>
16<string name="ClientMacAddress">00:11:22:33:44:55</string>
17</BlockedClientList>
18<AllowedClientList>
19<string name="ClientMacAddress">aa:bb:cc:dd:ee:ff</string>
20</AllowedClientList>
21</SoftAp>
22</WifiConfigStoreData>
23