Hotspot2 (WLANProfile) 元素
擴充 WLAN 設定檔架構 v1 以支援熱點 2.0 網路。 熱點 2.0 可使用服務提供者網路中現有的認證和成員資格,自動連線至公用Wi-Fi服務。 服務提供者會指定如何使用新的架構元素建立連線,以描述要使用的網路,以及如何向它們進行驗證。
<xs:element name="Hotspot2"
minOccurs="0"
>
<xs:complexType>
<xs:sequence>
<xs:element name="DomainName"
minOccurs="0"
>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1">
<xs:maxLength value="255">
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NAIRealm"
minOccurs="0"
...
/>
<xs:element name="Network3GPP"
minOccurs="0"
...
/>
<xs:element name="RoamingConsortium"
minOccurs="0"
...
/>
</xs:sequence>
</xs:complexType>
</xs:element>
父元素
子元素
元素 | 類型 | 描述 |
---|---|---|
DomainName | 裝置首頁網路提供者的功能變數名稱,識別網路的操作員。 | |
NAIRealm | 網路存取識別碼清單 (NAI) 領域識別碼。 | |
Network3GPP | 公用陸地行動網路 (PLMN) 識別碼的清單。 | |
RoamingConsortium | IEEE 指派的組織唯一識別碼清單 (OUI) 。 |
DomainName
裝置首頁網路提供者的功能變數名稱,識別網路的操作員。
範例
<Hotspot2>
<DomainName>contoso.com</DomainName>
<NAIRealm>
<name>test1@contoso.com</name>
<name>test2@contoso.com</name>
</NAIRealm>
<Network3GPP>
<PLMNID>12345</PLMNID>
<PLMNID>123456</PLMNID>
</Network3GPP>
<RoamingConsortium>
<OUI>00AABB</OUI>
<OUI>001122</OUI>
</RoamingConsortium>
</Hotspot2>
規格需求
TBD