Constant esp_idf_sys::wifi_auth_mode_t_WIFI_AUTH_WPA3_EXT_PSK
source ยท pub const wifi_auth_mode_t_WIFI_AUTH_WPA3_EXT_PSK: wifi_auth_mode_t = 11;
Expand description
< this authentication mode will yield same result as WIFI_AUTH_WPA3_PSK and not recommended to be used. It will be deprecated in future, please use WIFI_AUTH_WPA3_PSK instead.