diff options
Diffstat (limited to 'components/onc/onc_constants.h')
-rw-r--r-- | components/onc/onc_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h index 21c6b5a..4ef51e7 100644 --- a/components/onc/onc_constants.h +++ b/components/onc/onc_constants.h @@ -162,6 +162,7 @@ ONC_EXPORT extern const char kSignalStrength[]; ONC_EXPORT extern const char kWEP_PSK[]; ONC_EXPORT extern const char kWEP_8021X[]; ONC_EXPORT extern const char kWPA_PSK[]; +ONC_EXPORT extern const char kWPA2_PSK[]; ONC_EXPORT extern const char kWPA_EAP[]; } // namespace wifi |