diff options
Diffstat (limited to 'components/onc/onc_constants.cc')
-rw-r--r-- | components/onc/onc_constants.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc index 5b65f69..efd2b9d 100644 --- a/components/onc/onc_constants.cc +++ b/components/onc/onc_constants.cc @@ -140,6 +140,7 @@ const char kWEP_8021X[] = "WEP-8021X"; const char kWEP_PSK[] = "WEP-PSK"; const char kWPA_EAP[] = "WPA-EAP"; const char kWPA_PSK[] = "WPA-PSK"; +const char kWPA2_PSK[] = "WPA2-PSK"; } // namespace wifi namespace certificate { |