Search found 7 matches

by youDONG_esp
Mon Dec 07, 2020 9:22 am
Forum: ESP-IDF 中文讨论版
Topic: [问题]如何设置rts frame的duration?
Replies: 5
Views: 6737

Re: [问题]如何设置rts frame的duration?

Hi,不好意思我刚刚确认了一下,esp_wifi_80211_tx()是不支持自己设置duration的。
by youDONG_esp
Wed Dec 02, 2020 9:40 am
Forum: ESP-IDF 中文讨论版
Topic: [问题]如何设置rts frame的duration?
Replies: 5
Views: 6737

Re: [问题]如何设置rts frame的duration?

你可以试试使用esp_wifi_80211_tx()这个函数发送自定的包 https://docs.espressif.com/projects/esp ... t=80211_tx
by youDONG_esp
Tue Dec 01, 2020 3:31 am
Forum: ESP-IDF 中文讨论版
Topic: [问题]如何设置rts frame的duration?
Replies: 5
Views: 6737

Re: [问题]如何设置rts frame的duration?

Hi, 这个值是根据802.11协议规定设定的,我们不支持调整这个时间.
by youDONG_esp
Mon Nov 23, 2020 7:38 am
Forum: ESP-IDF 中文讨论版
Topic: [问题]如何设置rts frame的duration?
Replies: 5
Views: 6737

Re: [问题]如何设置rts frame的duration?

Hi Huanghui,
RTS/CTS机制就是为了解决多个设备互相干扰的问题,156ms 的 duration 是在合理范围内的,我们暂时不支持关闭该功能
by youDONG_esp
Tue Oct 27, 2020 3:41 am
Forum: ESP-IDF
Topic: Compatibility Issues with Wireless Extenders and WiFi "Mesh" Networks
Replies: 7
Views: 8705

Re: Compatibility Issues with Wireless Extenders and WiFi "Mesh" Networks

Hi Chrismerck, Could you provide us the log and the packet capture for the losing connectivity issue? We will take a look at it.
by youDONG_esp
Fri Oct 23, 2020 9:38 am
Forum: General Discussion
Topic: Whether it is possible to use Auto Light sleep or other power save in WiFi AP mode and BLE
Replies: 7
Views: 9129

Re: Whether it is possible to use Auto Light sleep or other power save in WiFi AP mode and BLE

Hello All, Am able to put ESP32 in Auto light sleep mode when am working in WiFi STA mode, will it same possible to do same power save when am using ESP32 WiFi as AP and using SP32 BLE, please help us to impliment power save when using WiFi AP and BLE Please reply as soon as possible Hi Divakara GR...
by youDONG_esp
Tue Oct 20, 2020 3:00 am
Forum: ESP 生产支持讨论版
Topic: 关于staion直接断电,ap5分钟后才更新的问题
Replies: 2
Views: 21167

Re: 关于staion直接断电,ap5分钟后才更新的问题

Hi tangcheng223, 请告知您的IDF版本。
目前在某些版本中,可以使用esp_wifi_set_inactive_time()API设置该时间