wlan.wpa.pairwise_ciphersuite

wlan.wpa.pairwise_ciphersuite

This command returns the encryption method currently used for unicast packets.

Getvar

To return the value of the current encryption methods:
! U1 getvar "wlan.wpa.pairwise_ciphersuite"
Result
"NONE"
No encryption being used.
"WEP40"
WEP40 encryption being used.
"TKIP"
TKIP encryption being used
"AES"
AES being used.
"WEP104"
WEP104 encryption being used.
"WPA2"
WPA2 encryption being used.
""
Reported if printer is not yet associated with the wireless LAN.