Search found 4 matches
- Tue Apr 06, 2021 11:11 am
- Forum: ESP-IDF
- Topic: esp_wifi_80211_tx to send QoS data frame
- Replies: 7
- Views: 6108
Re: esp_wifi_80211_tx to send QoS data frame
Hello, thank you for the answer and the suggestion, but broadcast / multicast frames are sent at the lowest 802.11 bitrate, which is not enough for my purposes. Is there a way to specify a higher bitrate for broadcast frames. Or for action frames, for that matter...
- Wed Mar 31, 2021 11:53 am
- Forum: ESP-IDF
- Topic: esp_wifi_80211_tx to send QoS data frame
- Replies: 7
- Views: 6108
Re: esp_wifi_80211_tx to send QoS data frame
Hello @ESP_Sprite,
Did you get an answer from the WiFi team ?
Thank you !
Did you get an answer from the WiFi team ?
Thank you !
- Sun Mar 28, 2021 12:37 pm
- Forum: ESP-IDF
- Topic: esp_wifi_80211_tx to send QoS data frame
- Replies: 7
- Views: 6108
Re: esp_wifi_80211_tx to send QoS data frame
No reply ? Would @ESP_Sprite or others share some insight into the roadmap? I'm finding it hard to believe that the NoAck mode is not implemented under the hood, especially since it's just a single bit worth of change in the 802.11 frame. Plus there seems to be many projects involving audio/video wi...
- Tue Mar 09, 2021 12:12 pm
- Forum: ESP-IDF
- Topic: esp_wifi_80211_tx to send QoS data frame
- Replies: 7
- Views: 6108
esp_wifi_80211_tx to send QoS data frame
Hello,
When will it be possible to send QoS data frames with esp_wifi_80211_tx() ?
My use-case is time-critical multimedia data over raw 802.11 data frames with the No Ack flag. I am trying to keep latency low, so avoiding unnecessary retransmissions.
Thank you !
When will it be possible to send QoS data frames with esp_wifi_80211_tx() ?
My use-case is time-critical multimedia data over raw 802.11 data frames with the No Ack flag. I am trying to keep latency low, so avoiding unnecessary retransmissions.
Thank you !