Last active
April 28, 2024 18:39
-
-
Save simeononsecurity/bf0ac754e6886de8a05ad08433e7a70d to your computer and use it in GitHub Desktop.
ATT WPA3 Windows Passpoint Profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1"> | |
<name>Real - Passpoint</name> | |
<SSIDConfig> | |
<SSID> | |
<hex>4D79202D205061737373706F696E74</hex> | |
<name>My - Passspoint</name> | |
</SSID> | |
</SSIDConfig> | |
<Hotspot2> | |
<DomainName>attwifi.com</DomainName> | |
<NAIRealm> | |
<name>wlan.mnc410.mcc310.3gppnetwork.org</name> | |
</NAIRealm> | |
<Network3GPP> | |
<PLMNID>310410</PLMNID> | |
</Network3GPP> | |
<RoamingConsortium> | |
<OUI>5A03BA0000</OUI> | |
</RoamingConsortium> | |
</Hotspot2> | |
<connectionType>ESS</connectionType> | |
<connectionMode>auto</connectionMode> | |
<MSM> | |
<security> | |
<authEncryption> | |
<authentication>WPA2</authentication> | |
<encryption>AES</encryption> | |
<useOneX>true</useOneX> | |
</authEncryption> | |
<PMKCacheMode>enabled</PMKCacheMode> | |
<PMKCacheTTL>720</PMKCacheTTL> | |
<PMKCacheSize>128</PMKCacheSize> | |
<preAuthMode>disabled</preAuthMode> | |
<OneX xmlns="http://www.microsoft.com/networking/OneX/v1"> | |
<authMode>user</authMode> | |
<EAPConfig> | |
<EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig"> | |
<EapMethod> | |
<Type xmlns="http://www.microsoft.com/provisioning/EapCommon">23</Type> | |
<VendorId xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorId> | |
<VendorType xmlns="http://www.microsoft.com/provisioning/EapCommon">0</VendorType> | |
<AuthorId xmlns="http://www.microsoft.com/provisioning/EapCommon">311</AuthorId> | |
</EapMethod> | |
<Config xmlns="http://www.microsoft.com/provisioning/EapHostConfig"> | |
<EapAka xmlns="http://www.microsoft.com/provisioning/EapAkaConnectionPropertiesV1"> | |
<DontRevealPermanentID>false</DontRevealPermanentID> | |
<ProviderName/> | |
<Realm Enabled="true"/> | |
</EapAka> | |
</Config> | |
</EapHostConfig> | |
</EAPConfig> | |
</OneX> | |
</security> | |
</MSM> | |
<MacRandomization xmlns="http://www.microsoft.com/networking/WLAN/profile/v3"> | |
<enableRandomization>false</enableRandomization> | |
<randomizationSeed>1728295356</randomizationSeed> | |
</MacRandomization> | |
</WLANProfile> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment