esp_wifi_config_80211_tx_rate() function
Config 80211 tx rate of specified interface @attention 1. This API should be called after esp_wifi_init() and before esp_wifi_start(). @attention 2. Can not set 80211 tx rate under 11A/11AC/11AX protocol, you can use esp_wifi_config_80211_tx instead.
Arguments
ifx
Interface to be configured.
rate
Phy rate to be configured.
Return value
- ESP_OK: succeed - others: failed