[][src]Function esp_idf_bindgen::esp_wifi_start

pub unsafe extern "C" fn esp_wifi_start() -> esp_err_t

@brief Start WiFi according to current configuration If mode is WIFI_MODE_STA, it create station control block and start station If mode is WIFI_MODE_AP, it create soft-AP control block and start soft-AP If mode is WIFI_MODE_APSTA, it create soft-AP and station control block and start soft-AP and station

@return