pub unsafe extern "C" fn esp_wifi_set_mode(
    mode: wifi_mode_t
) -> esp_err_t
Expand description

@brief Set the WiFi operating mode

       Set the WiFi operating mode as station, soft-AP, station+soft-AP or NAN.
       The default mode is station mode.

@param mode WiFi operating mode

@return

  • ESP_OK: succeed
  • ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init
  • ESP_ERR_INVALID_ARG: invalid argument
  • others: refer to error code in esp_err.h