pub unsafe extern "C" fn esp_wifi_sta_get_negotiated_phymode(
phymode: *mut u32,
) -> i32
Expand description
@brief Get the negotiated phymode after connection.
@param[out] phymode store the negotiated phymode.
@return
- ESP_OK: succeed
pub unsafe extern "C" fn esp_wifi_sta_get_negotiated_phymode(
phymode: *mut u32,
) -> i32
@brief Get the negotiated phymode after connection.
@param[out] phymode store the negotiated phymode.
@return