G
GojkoPekovic
Hi,
I am trying to setup hotspot 2.0 on my surface device.
I am aware of following post:
Next Generation Hotspots: Windows 10 & Hotspot 2.0
However, I don't have subscription with Boingo, or any other service that can provide me with profile.
I would like to authenticate against my own radius server.
Is there any other way to obtain hotspot 2.0 profile to install on my windows 10 device?
Or, example XML schema of such a profile that I can adjust according to my needs?
I tried this with following XML schema:
<?xml version="1.0" encoding="US-ASCII"?>
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
<name>TestHS20EnterpriseTLS</name>
<SSIDConfig>
<SSID>
<name>TestHS20EnterpriseTLS</name>
</SSID>
</SSIDConfig>
<Hotspot2>
<DomainName>example.com</DomainName>
<NAIRealm>
<name>example.com</name>
</NAIRealm>
<Network3GPP>
<PLMNID>50512</PLMNID>
</Network3GPP>
<RoamingConsortium>
<OUI>bbbbb00001</OUI>
<OUI>bbbbb00002</OUI>
</RoamingConsortium>
</Hotspot2>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<autoSwitch>false</autoSwitch>
<MSM>
<security>
<authEncryption>
<authentication>WPA2</authentication>
<encryption>AES</encryption>
<useOneX>true</useOneX>
</authEncryption>
<OneX xmlns="http://www.microsoft.com/networking/OneX/v1">
<EAPConfig>
<EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig"
xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon"
xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodConfig">
<EapMethod>
<eapCommon:Type>13</eapCommon:Type>
<eapCommon:AuthorId>0</eapCommon:AuthorId>
</EapMethod>
<Config xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1"
xmlns:eapTls="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV1">
<baseEap:Eap>
<baseEap:Type>13</baseEap:Type>
<eapTls:EapType>
<eapTls:CredentialsSource>
<eapTls:CertificateStore />
</eapTls:CredentialsSource>
<eapTls:ServerValidation>
<eapTlsisableUserPromptForServerValidation>false</eapTlsisableUserPromptForServerValidation>
<eapTls:ServerNames />
</eapTls:ServerValidation>
<eapTlsifferentUsername>false</eapTlsifferentUsername>
</eapTls:EapType>
</baseEap:Eap>
</Config>
</EapHostConfig>
</EAPConfig>
</OneX>
</security>
</MSM>
</WLANProfile>
and I am able to successfully install new wifi network profile.
However, when I am in reach of hotspot 2.0 network I do not see surface sending single ANQP query.
What am I missing here?
Thanks,
Gojko
Continue reading...
I am trying to setup hotspot 2.0 on my surface device.
I am aware of following post:
Next Generation Hotspots: Windows 10 & Hotspot 2.0
However, I don't have subscription with Boingo, or any other service that can provide me with profile.
I would like to authenticate against my own radius server.
Is there any other way to obtain hotspot 2.0 profile to install on my windows 10 device?
Or, example XML schema of such a profile that I can adjust according to my needs?
I tried this with following XML schema:
<?xml version="1.0" encoding="US-ASCII"?>
<WLANProfile xmlns="http://www.microsoft.com/networking/WLAN/profile/v1">
<name>TestHS20EnterpriseTLS</name>
<SSIDConfig>
<SSID>
<name>TestHS20EnterpriseTLS</name>
</SSID>
</SSIDConfig>
<Hotspot2>
<DomainName>example.com</DomainName>
<NAIRealm>
<name>example.com</name>
</NAIRealm>
<Network3GPP>
<PLMNID>50512</PLMNID>
</Network3GPP>
<RoamingConsortium>
<OUI>bbbbb00001</OUI>
<OUI>bbbbb00002</OUI>
</RoamingConsortium>
</Hotspot2>
<connectionType>ESS</connectionType>
<connectionMode>auto</connectionMode>
<autoSwitch>false</autoSwitch>
<MSM>
<security>
<authEncryption>
<authentication>WPA2</authentication>
<encryption>AES</encryption>
<useOneX>true</useOneX>
</authEncryption>
<OneX xmlns="http://www.microsoft.com/networking/OneX/v1">
<EAPConfig>
<EapHostConfig xmlns="http://www.microsoft.com/provisioning/EapHostConfig"
xmlns:eapCommon="http://www.microsoft.com/provisioning/EapCommon"
xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapMethodConfig">
<EapMethod>
<eapCommon:Type>13</eapCommon:Type>
<eapCommon:AuthorId>0</eapCommon:AuthorId>
</EapMethod>
<Config xmlns:baseEap="http://www.microsoft.com/provisioning/BaseEapConnectionPropertiesV1"
xmlns:eapTls="http://www.microsoft.com/provisioning/EapTlsConnectionPropertiesV1">
<baseEap:Eap>
<baseEap:Type>13</baseEap:Type>
<eapTls:EapType>
<eapTls:CredentialsSource>
<eapTls:CertificateStore />
</eapTls:CredentialsSource>
<eapTls:ServerValidation>
<eapTlsisableUserPromptForServerValidation>false</eapTlsisableUserPromptForServerValidation>
<eapTls:ServerNames />
</eapTls:ServerValidation>
<eapTlsifferentUsername>false</eapTlsifferentUsername>
</eapTls:EapType>
</baseEap:Eap>
</Config>
</EapHostConfig>
</EAPConfig>
</OneX>
</security>
</MSM>
</WLANProfile>
and I am able to successfully install new wifi network profile.
However, when I am in reach of hotspot 2.0 network I do not see surface sending single ANQP query.
What am I missing here?
Thanks,
Gojko
Continue reading...