wlanService
The wlanService table stores information about wireless LAN services.
The following table describes the wlanService table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
| entityId | 32-bit integer |
Primary key Foreign key Not null |
Automatically incremented ID that provides a unique value for each WLAN service across all domains. |
| aclName | 75-character string | The ACL name of this WLAN service. | |
| adminStatus | 15-character string | The administrative status of this WLAN service. | |
| authType | 15-character string | The authentication type of this WLAN service. | |
| broadcastSSID | 15-character string | The broadcast SSID of this WLAN service. | |
| dhcpRequired | 15-character string | Whether DHCP server is required or not. | |
| dhcpServerIP | 39-character string | The IP address of the DHCP server. | |
| interfaceName | 20-character string | The interface name of this WLAN service. | |
| qos | 20-character string | The QoS of this WLAN service. | |
| radioPolicy | 15-character string | The radio policy of this WLAN service. | |
| sessionTimeout | 32-bit integer | The session timeout in seconds of this WLAN service. | |
| snmpIndex | 50-character string | The SNMP index of this WLAN service. | |
| ssid | 50-character string | Not null | The SSID of this WLAN service. |
| wepSecurity | 15-character string | Whether the WEP security is enabled or disabled. | |
| wepType | 15-character string | The WEP type of this WLAN service. |