feat(wifi): Add Wi-Fi send PLCP function

This commit is contained in:
Dong Heng
2020-05-22 15:19:19 +08:00
parent b74255d084
commit e7413355f2
4 changed files with 12 additions and 1 deletions

View File

@ -191,6 +191,17 @@ void esp_wifi_set_pm_recv_multi_data(bool enable);
*/
bool esp_wifi_get_pm_recv_multi_data(void);
/**
* @brief Enable/Disable Wi-Fi send PLCP (with long option)
*
* @param enable Enable or Disable this option
* @param tx_with_long Send with long PLCP or not
*
* @return
* None
*/
void esp_wifi_set_11b_tx_plcp(bool enable, bool tx_with_long);
#ifdef __cplusplus
}
#endif