esp_wifi_80211_tx() not working with action frame
Posted: Wed Oct 30, 2019 11:55 pm
When using esp_wifi_80211_tx() to send an arbitrary forged Beacon frame (type=0 subtype=8) everything is fine, but when I attempt to send an ACTION frame (type=0 subtype=13) then I receive the error:
Please note that the official documentation claims that action frames are supported by esp_wifi_80211_tx():
Is this a bug of the ESP-IDF, an error in the documentation or do I have to do something special in the code to send an action frame instead of a beacon ?
Thanks
Code: Select all
wifi: unsupport frame type: c0
....Currently only support for sending beacon/probe request/probe response/action and non-QoS data frame....
Is this a bug of the ESP-IDF, an error in the documentation or do I have to do something special in the code to send an action frame instead of a beacon ?
Thanks