Skip to content

Commit c47938e

Browse files
committed
Merge branch 'feature/add_wifi_send_plcp_v3.3' into 'release/v3.3'
feat(wifi): Add Wi-Fi send PLCP function (backport v3.3) See merge request sdk/ESP8266_RTOS_SDK!1407
2 parents 2a65b02 + e741335 commit c47938e

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

components/esp8266/include/internal/esp_wifi_internal.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,17 @@ void esp_wifi_set_pm_recv_multi_data(bool enable);
191191
*/
192192
bool esp_wifi_get_pm_recv_multi_data(void);
193193

194+
/**
195+
* @brief Enable/Disable Wi-Fi send PLCP (with long option)
196+
*
197+
* @param enable Enable or Disable this option
198+
* @param tx_with_long Send with long PLCP or not
199+
*
200+
* @return
201+
* None
202+
*/
203+
void esp_wifi_set_11b_tx_plcp(bool enable, bool tx_with_long);
204+
194205
#ifdef __cplusplus
195206
}
196207
#endif

components/esp8266/lib/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
gwen:
22
core: f4de8f12
33
net80211: f4de8f12
4-
pp: 7743eff5
4+
pp: a93d26d
55
wpa: 7743eff5
66
espnow: 7743eff5
77
wps: 7743eff5

components/esp8266/lib/libpp.a

826 Bytes
Binary file not shown.

components/esp8266/lib/libpp_dbg.a

826 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)