nn::ac::CTR::SecurityMode Enumerated Typeenum SecurityMode;
| Value | Description |
|---|---|
OPEN |
No authentication. |
WEP_40BIT |
WEP 40-bit authentication. |
WEP_104BIT |
WEP 104-bit authentication. |
WEP_128BIT |
WEP 128-bit authentication. |
WPA_TKIP |
WPA TKIP authentication. |
WPA2_TKIP |
WPA2 TKIP authentication. |
WPA_AES |
WPA AES authentication. |
WPA2_AES |
WPA2 AES authentication. |
Enumerated type indicating an access point's authentication method.
CONFIDENTIAL