Search found 7 matches
- Mon Dec 07, 2020 9:22 am
- Forum: ESP-IDF 中文讨论版
- Topic: [问题]如何设置rts frame的duration?
- Replies: 5
- Views: 7113
Re: [问题]如何设置rts frame的duration?
Hi,不好意思我刚刚确认了一下,esp_wifi_80211_tx()是不支持自己设置duration的。
- Wed Dec 02, 2020 9:40 am
- Forum: ESP-IDF 中文讨论版
- Topic: [问题]如何设置rts frame的duration?
- Replies: 5
- Views: 7113
Re: [问题]如何设置rts frame的duration?
你可以试试使用esp_wifi_80211_tx()这个函数发送自定的包 https://docs.espressif.com/projects/esp ... t=80211_tx
- Tue Dec 01, 2020 3:31 am
- Forum: ESP-IDF 中文讨论版
- Topic: [问题]如何设置rts frame的duration?
- Replies: 5
- Views: 7113
Re: [问题]如何设置rts frame的duration?
Hi, 这个值是根据802.11协议规定设定的,我们不支持调整这个时间.
- Mon Nov 23, 2020 7:38 am
- Forum: ESP-IDF 中文讨论版
- Topic: [问题]如何设置rts frame的duration?
- Replies: 5
- Views: 7113
Re: [问题]如何设置rts frame的duration?
Hi Huanghui,
RTS/CTS机制就是为了解决多个设备互相干扰的问题,156ms 的 duration 是在合理范围内的,我们暂时不支持关闭该功能
RTS/CTS机制就是为了解决多个设备互相干扰的问题,156ms 的 duration 是在合理范围内的,我们暂时不支持关闭该功能
- Tue Oct 27, 2020 3:41 am
- Forum: ESP-IDF
- Topic: Compatibility Issues with Wireless Extenders and WiFi "Mesh" Networks
- Replies: 7
- Views: 9263
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.
- 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: 9504
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...
- Tue Oct 20, 2020 3:00 am
- Forum: ESP 生产支持讨论版
- Topic: 关于staion直接断电,ap5分钟后才更新的问题
- Replies: 2
- Views: 21873
Re: 关于staion直接断电,ap5分钟后才更新的问题
Hi tangcheng223, 请告知您的IDF版本。
目前在某些版本中,可以使用esp_wifi_set_inactive_time()API设置该时间
目前在某些版本中,可以使用esp_wifi_set_inactive_time()API设置该时间