Compare commits

..

1 Commits

Author SHA1 Message Date
Mike Hansen
2519f9794b WIFI-1153: Add SAE SecurityType in wlan-cloud-base 2020-12-04 15:14:16 -05:00

View File

@@ -9,6 +9,7 @@ public enum SecurityType
OPEN,
RADIUS,
PSK,
SAE,
UNSUPPORTED;