DemandFlow Support Centre

WLAN: Wireless LAN

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A wireless network (SSID) managed by a wireless controller or standalone access point, with authentication, VLAN assignment, and site scoping.

WLAN: Wireless LAN

A wireless network (SSID) managed by a wireless controller or standalone access point, with authentication, VLAN assignment, and site scoping.

Default definition. This article describes the default WLAN definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches WLAN.

Entity properties

PropertyValue
Entity codeWLAN
Display nameWireless LAN
PluralWireless LANs
Level42200

Use cases

A wireless network (SSID) managed by a wireless controller or standalone access point, with authentication, VLAN assignment, and site scoping.

WLAN represents a logical wireless network (SSID) for enterprise campus WiFi in office, warehouse, and campus environments. This is an IT infrastructure entity. not telco RAN or mobile network. Each WLAN is managed by a wireless controller or standalone access point (COMPINV) and bridges wireless clients to a VLAN for Layer 2/3 connectivity. The controller lookup connects the SSID to its managing hardware in the component inventory. Site scoping determines where this SSID is broadcast. The authType field covers common wireless security standards from Open through WPA3-Enterprise and 802.1X (RADIUS). The authCipher specifies the encryption algorithm. The radiusServer field documents the RADIUS server address for Enterprise/802.1X setups. Network type classifies the SSID purpose (Corporate, Guest, IoT, Voice, Management). Band steering and client isolation are common enterprise wireless features. The hidden flag indicates whether the SSID is broadcast or requires manual entry.

Fields

Wireless Network Details

FieldTypeRequiredNotes
nametextYesSSID.
descriptiontext (multi-line)Description.
statusenumYesValid ids: 1 (Active), 2 (Planned), 3 (Disabled), 4 (Deprecated).
networkTypeenumValid ids: 1 (Corporate), 2 (Guest), 3 (IoT), 4 (Voice), 5 (Management).
hiddenbooleanHidden SSID.
sitereference → SITESite.
vlanreference → VLANVLAN this wireless network bridges to
controllerreference → COMPINVThe wireless controller or access point managing this SSID
ownerreference → userOwner.

Authentication & Radio

FieldTypeRequiredNotes
authTypeenumYesValid ids: 1 (Open), 2 (WEP), 3 (WPA2 Personal), 4 (WPA2 Enterprise), 5 (WPA3 Personal), 6 (WPA3 Enterprise), 7 (802.1X (RADIUS)), 8 (Captive Portal).
authCipherenumValid ids: 1 (Auto), 2 (CCMP (AES)), 3 (GCMP-256), 4 (TKIP).
radiusServertextRADIUS server address for Enterprise/802.1X authentication
secretreference → SECRETLink to the stored credential (PSK, RADIUS shared secret, etc.)
bandenumValid ids: 1 (2.4 GHz), 2 (5 GHz), 3 (6 GHz), 4 (Dual Band (2.4/5)), 5 (Tri Band (2.4/5/6)).
bandSteeringbooleanBand Steering.
clientIsolationbooleanClient Isolation.
maxClientsnumberMaximum number of simultaneous wireless clients

Attachments and additional panels

  • Activity timeline panel attached.

Relationships

  • Lookups: site points at a SITE record; vlan points at a VLAN record; controller points at a COMPINV record; secret points at a SECRET record.

Creating a Wireless LAN via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "WLAN",
  "level":    42200,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example name",
  "status": 1,
  "authType": 1
}

Listing Wireless LANs

GET /v1/entities/WLAN/SUB

See also

wlanwirelesslanlanswlans

Was this article helpful?

← Back to Knowledge Base