Chapter 2 — Connecting the Printer
34 PD41 and PD42 Commercial Printer User’s Manual
To configure the Printer to use WPA or WPA2 Enterprise mode
1 Send the following commands to login as an admin and set the
SSID:
run"su-p pass admin"
setup write "wlan","uart1:"
setup "wlan","SSID","xxxxx"
where xxxxx can be from 0 to 32 alphanumeric characters.
2 Send one of the following WPA/WPA2 ON commands to set up
WPA-802.1x or WPA2-802.1x authentication. You should also
send the WPA_PSK command that does not contain a value:
setup "wlan","WPA","ON"
setup "wlan","WPA2","ON"
setup "wlan","WPA_PSK",""
setup write "wlan","uart1:"
• To view the 802.1x values, send this command:
setup write "8021x","uart1:"
3 Send these commands to configure the EAP_TYPE:
setup "8021x","EAP_TYPE","xxxx"
where xxxx can be OFF, LEAP, PEAP, TTLS, or EAP-FAST.
setup "8021x",".EAP_USER","xxxx"
setup "8021x","EAP_PASS","xxxx"
where xxxx is the unique username and the unique password for
this protocol.
4 If you are using TTLS, you may need to send this command to set
the TTLS outer name:
setup "8021x","TTLS_USER","xxxx"
where xxxx is the outer name.
5 If you are using EAP-FAST, you can use PAC and ACQUIRE_PAC
commands. The PAC setting specifies the PAC file to use for EAP-
FAST authentication. The ACQUIRE_PAC setting checks to see if
automatic PAC file provisioning is enabled. You can set
ACQUIRE_PAC to on or off.
• Send the following command to set PAC to use /tmp/my.pac
with a pass phrase of “verysecret”:
setup "8021x","PAC","/tmp/my.pac @verysecret"