WIFI_MANAGER_SECURITY_TYPE_WPA_PSK, /**< WPA-PSK */
WIFI_MANAGER_SECURITY_TYPE_WPA2_PSK, /**< WPA2-PSK */
WIFI_MANAGER_SECURITY_TYPE_EAP, /**< EAP */
- WIFI_MANAGER_SECURITY_TYPE_WPA_FT_PSK
+ WIFI_MANAGER_SECURITY_TYPE_WPA_FT_PSK, /**< FT-PSK(Since 5.0)*/
+ WIFI_MANAGER_SECURITY_TYPE_SAE, /**< SAE (Since 5.5)*/
+ WIFI_MANAGER_SECURITY_TYPE_OWE, /**< OWE (Since 5.5)*/
+ WIFI_MANAGER_SECURITY_TYPE_DPP /**< DPP (Since 5.5)*/
};
int nEnumSize = sizeof(eWifiManagerSecurityType) / sizeof(eWifiManagerSecurityType[0]);