Searched refs:wifi_auth_mode_t (Results 1 – 4 of 4) sorted by relevance
69 } wifi_auth_mode_t; typedef172 wifi_auth_mode_t authmode; /**< authmode of AP */200 … wifi_auth_mode_t authmode; /**< The weakest authmode to accept in the fast scan mode */231 …wifi_auth_mode_t authmode; /**< Auth mode of ESP32 soft-AP. Do not support AUTH_WEP in soft-AP mo…627 wifi_auth_mode_t authmode;/**< authentication mode used by AP*/640 wifi_auth_mode_t old_mode; /**< the old auth mode of AP */641 wifi_auth_mode_t new_mode; /**< the new auth mode of AP */
945 esp_err_t esp_mesh_set_ap_authmode(wifi_auth_mode_t authmode);952 wifi_auth_mode_t esp_mesh_get_ap_authmode(void);
218 wifi_auth_mode_t auth_mode; /*!< Authentication mode */
578 static WifiSecurityType ESPSecToHoSec(wifi_auth_mode_t mode) in ESPSecToHoSec()597 static wifi_auth_mode_t HoSecToESPSec(WifiSecurityType type) in HoSecToESPSec()