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

View File

@ -1,7 +1,7 @@
gwen:
core: f4de8f12
net80211: f4de8f12
pp: 7743eff5
pp: a93d26d
wpa: 7743eff5
espnow: 7743eff5
wps: 7743eff5

Binary file not shown.

Binary file not shown.