pub unsafe extern "C" fn esp_wifi_internal_get_negotiated_bandwidth(
    ifx: wifi_interface_t,
    aid: u8,
    bw: *mut u8
) -> esp_err_t
Expand description

@brief Get the negotiated bandwidth info after WiFi connection established

@param ifx : WiFi interface @param bw : store the negotiated bandwidth

@return

  • ESP_OK: succeed