Core WLAN Settings
SSID (Service Set Identifier): the human-readable wireless network name. SSIDs can be broadcast (visible in device Wi-Fi lists) or hidden (not advertised). Hiding the SSID provides minimal security — scanning tools easily detect hidden networks. Use a descriptive SSID that doesn't reveal organization details or security settings.
Frequency and channel: select 2.4 GHz or 5 GHz based on range vs speed requirements. Use non-overlapping channels (1, 6, 11 for 2.4 GHz). Enable 5 GHz band steering to prefer faster 5 GHz connections when clients support it. Channel width: 20 MHz for dense environments, 40/80 MHz for better throughput in isolated areas.
Security settings: always use WPA2 or WPA3. Personal (PSK) for small deployments; Enterprise (802.1X/RADIUS) for corporate. Disable WEP and WPA (TKIP). Enable Management Frame Protection (802.11w) to prevent deauthentication attacks. Disable WPS (Wi-Fi Protected Setup) — it has known brute-force vulnerabilities.
Guest and Multiple SSIDs
Guest wireless: a separate SSID for visitors with internet-only access, isolated from the corporate network. Guest SSID should be on a separate VLAN routed directly to the internet with firewall rules blocking access to internal resources. Client isolation prevents guest users from communicating with each other.
Multiple SSIDs: most enterprise APs support 8–16 SSIDs simultaneously. Each SSID maps to a VLAN: corporate SSID → Corporate VLAN, Voice SSID → Voice VLAN, IoT SSID → IoT VLAN, Guest SSID → Guest VLAN. Using multiple SSIDs for segmentation is standard enterprise practice.
Controller-Based WLAN Management
In controller-based deployments, all WLAN configuration is done on the WLC (Wireless LAN Controller) and pushed to all APs simultaneously. Configuration changes take effect across the entire wireless infrastructure immediately — no individual AP configuration needed. WLC also manages: radio resource management (automatic channel and power adjustment), client roaming, rogue AP detection, and wireless intrusion prevention.
SSID to VLAN mapping: the WLC maps each SSID to a specific VLAN. The AP's uplink switch port is configured as a trunk port carrying all VLANs. The WLC handles VLAN assignment for wireless clients — when a client connects to a SSID, the WLC places that client's traffic in the corresponding VLAN.