[][src]Function esp_idf_bindgen::esp_wifi_get_bandwidth

pub unsafe extern "C" fn esp_wifi_get_bandwidth(
    ifx: wifi_interface_t,
    bw: *mut wifi_bandwidth_t
) -> esp_err_t

@brief Get the bandwidth of ESP32 specified interface

@attention 1. API return false if try to get a interface that is not enable

@param ifx interface to be configured @param[out] bw store bandwidth of interface ifx

@return