Open ShengjieCh opened 1 month ago
我也遇到了这个问题,ap模式还总出现断的情况;
Hi @ShengjieCh I have already tried to reproduce this issue locally. I was able to reproduce the same phenomenon as you observed. Through packet capture and log analysis, it can be concluded that when the ping latency is high, such as over 50ms, it typically results in BA loss. I also conducted the same test in a shielded box environment, where the issue of high ping latency did not occur. softap_mode_ping_delay.zip STA mac: wlan.addr == 60:55:f9:f6:04:24 AP mac: wlan.addr == 60:55:f9:f6:2e:d1 SSID: testmhd password: 12345678 We will continue to analyze the cause of BA loss. If it is due to environmental interference, we will consider whether to adjust the BA rate control algorithm to enhance the robustness of BA packets.
hi @jyc6 你好,方便的话请提供一下IDF的版本和复现环境。如果能提供复现的log和抓包,这有利于我们快速的分析问题的原因。
I was able to reproduce the same phenomenon as you observed. We will continue to analyze the cause of BA loss.
@mhdong Any progress for this issue? (In practice, this symptom is a user visible bug.)
Ping latency test results of chip B:https://pan-sec.djicorp.com/s/H6tq8Tj4xWxDYfW
@mhdong Did you check the wireshark log in https://github.com/espressif/esp-idf/issues/14531#issuecomment-2421630444 ? Do you have any update for this issue?
Answers checklist.
IDF version.
esp-idf-v5.2.2
Espressif SoC revision.
ESP32C6
Operating System used.
Windows
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
PowerShell
Development Kit.
Custom Board
Power Supply used.
USB
What is the expected behavior?
In an interference-free environment, the ping delay when WiFi is used as a softAP is low and stable.
What is the actual behavior?
the ping delay is high and unstable.
Steps to reproduce.
Anyway, I tested the ping integrated in default esp-idf iperf example (native, i.e. non-esp-hosted) and found below result over the air test:
Debug Logs.
More Information.
https://github.com/espressif/esp-hosted/issues/457