[][src]Function esp_idf_bindgen::esp_wifi_set_storage

pub unsafe extern "C" fn esp_wifi_set_storage(
    storage: wifi_storage_t
) -> esp_err_t

@brief Set the WiFi API configuration storage type

@attention 1. The default value is WIFI_STORAGE_FLASH

@param storage : storage type

@return