SSID (WLAN schema)
Contains the SSID for a WLAN.
Element hierarchy
- <WLANProfile>
-
- <SSIDConfig>
- <SSID>
Syntax
<SSID>
<!-- Child elements -->
( hex
| name
)
</SSID>
Attributes and Elements
Attributes
None.
Child Elements
Child Element | Description |
---|---|
hex | Defines the SSID of a wireless LAN in hexadecimal format. |
name (in SSID) | Defines the SSID of a wireless LAN in alphanumeric format. |
Parent Elements
Parent Element | Description |
---|---|
SSIDConfig | Defines one or more service set identifiers (SSID) for a wireless LAN. |
Remarks
Although the hex and name elements are optional, at least one hex or name element must appear as a child of the SSID element. If both are present, the hex SSID takes precedence over the name SSID.
Requirements
Value | |
---|---|
Namespace | http://www.microsoft.com/networking/CarrierControl/WLAN/v1 |