Plain English

Selects the Wi-Fi security mode the printer uses to associate. OPEN is unencrypted; WEP is legacy and insecure; WPA / WPA2 / WPA3 are the modern pre-shared-key modes (PSK comes from `WLAN PSK`). Enterprise-capable firmware may also accept WPA2-ENTERPRISE / WPA-EAP, which require certificate-handling sibling commands per the model's addendum. Verify exact spelling against the target model's WLAN setup addendum.

When to use

Once per Wi-Fi profile, before `WLAN PSK`. Must match the access point's configured security mode or association will fail.

Syntax

WLAN ENCRYPTION <mode>

Parameters

ParameterDescription
mode
Wi-Fi security mode (case-insensitive).
  • OPEN - No encryption — for open networks only
  • WEP - Legacy WEP — insecure; avoid unless required by hardware
  • WPA - WPA-PSK (TKIP)
  • WPA2 - WPA2-PSK (CCMP/AES) — recommended baseline
  • WPA3 - WPA3-Personal (SAE) — if supported by firmware and AP

Example

WLAN ENCRYPTION WPA2

Select WPA2-PSK as the Wi-Fi security mode

Try it in the playground View all TSPL commands