[][src]Function esp_idf_bindgen::esp_wifi_stop

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

@brief Stop WiFi If mode is WIFI_MODE_STA, it stop station and free station control block If mode is WIFI_MODE_AP, it stop soft-AP and free soft-AP control block If mode is WIFI_MODE_APSTA, it stop station/soft-AP and free station/soft-AP control block

@return