Function esp_idf_sys::esp_wifi_sta_get_negotiated_phymode

source ยท
pub unsafe extern "C" fn esp_wifi_sta_get_negotiated_phymode(
    phymode: *mut wifi_phy_mode_t,
) -> esp_err_t
Expand description

@brief Get the negotiated phymode after connection.

@param[out] phymode store the negotiated phymode.

@return

  • ESP_OK: succeed