xuxiao111
xuxiao111
Hi, @alerighi Thanks for reporting this issue, and sorry for the late response. From the debug log, seems like the AP can not receive the ACK frame from the DUT...
@AxelLin  The reason coed 71 was newly added in the 11ax protocol. And this reason code is carried in the deauth frame sent by the AP. @alerighi Thank you...
Hi @alerighi, From the debug log, I can see this "wifi:new*:*****, old:, ap:, sta:, prof:1", and this means that the device bandwith still unde 40M. In the log where it...
Hi @alerighi, I apologize for the confusion. What I meant to say is to modify the bandwidth of the ESP32C6 softAP instead of the AP. you can using this API...
Hi @alerighi, Thank you very much for helping us identify this issue. If there are no further questions, we can close this issue for now. For the aforementioned problem, we...
For using Sample Firmware Version (**ESP-IDF v5.4-dev-624-g3d167a46ff-dirty**): Recommended Usage Steps: 1. Connecting to a 2.4G AP: - 1.1. Switch band to 2.4G: band 1 - 1.2. Scan for 2.4G AP:...
Hi @alberk8 , when the AP uses the same SSID and password for both 2.4G and 5G, the STA (station) will automatically choose the best band to connect to. Considering...
Hi @djangoa, we will provide a WIFI_EVENT (WIFI_EVENT_TWT_AWAKE) when WiFi is awake. And now it‘s in the process of code review. we will merge it ASAP.
Hi @tom-van, the TWT wakeup event functionality has been supported in commit 27f61966cdd65da99138eaa61b4c02ed5b75fcb0. You can call “esp_err_t esp_wifi_sta_twt_config(wifi_twt_config_t *config);” to enable this feature.
Hi @gbarranovac, the current design logic defaults to not posting TWT event notifications. To enable them, you need to call "esp_wifi_sta_twt_config". You can refer to the following configuration as an...