Home
last modified time | relevance | path

Searched refs:wifi_auth_mode_t (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/esp_wifi/include/
Desp_wifi_types.h69 } wifi_auth_mode_t; typedef
172 wifi_auth_mode_t authmode; /**< authmode of AP */
200wifi_auth_mode_t authmode; /**< The weakest authmode to accept in the fast scan mode */
231wifi_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 */
Desp_mesh.h945 esp_err_t esp_mesh_set_ap_authmode(wifi_auth_mode_t authmode);
952 wifi_auth_mode_t esp_mesh_get_ap_authmode(void);
/device/soc/esp/esp32/components/bt/common/api/include/api/
Desp_blufi_api.h218 wifi_auth_mode_t auth_mode; /*!< Authentication mode */
/device/board/openvalley/niobeu4/liteos_m/hals/drivers/wifi_lite/
Dwifi_device.c578 static WifiSecurityType ESPSecToHoSec(wifi_auth_mode_t mode) in ESPSecToHoSec()
597 static wifi_auth_mode_t HoSecToESPSec(WifiSecurityType type) in HoSecToESPSec()