-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wifi ap loss packages by wps_softap_registrar example (IDFGH-11609) #12725
Comments
Additional information |
Is there still someone in your company investigating this issue? I haven't heard any news for a long time. |
Please attach sniffer capture. |
This involves message/packet capturing:espressif/esp-hosted#289 |
Please do a capture over the air instead of capturing at different places. |
Can you take a careful look at the previous analysis process? espressif/esp-hosted#289 |
Re-captured the packet. |
Hi @qjy0129, these packets are captured on wired interface on station which doesn't give full picture. Could you please try to capture packets on a spare linux wifi system. Linux: Also please disable your network manager before doing this. |
esp32_cap.tar.gz |
Is it difficult for you to reproduce this issue on your side? I feel that it should be easily reproducible. |
@jgujarathi Hello, has there been any progress on this issue? If so, could you please inform me? |
Hi @qjy0129 , |
Hi @qjy0129 , Please find attached a sample sniffer capture on our end. If you come across a case where the wps softAp registrar has acknowledged a DHCP Request and not generated a DHCP Ack/NAK please provide us with a sniffer capture and debug logs. |
Hi @jgujarathi |
In addition, run esp-idf/examples/wifi/iperf test case:
Connect the laptop to the 'test' hotspot, and it acquires an IP address of 192.168.4.2. iperf -s -u -i 1 Then on the esp32, execute the following command: iperf -c 192.168.4.2 -u -b 1 -i 1 -t 9999 From the iperf results on the laptop, packet loss is observed, even at a rate of 1Mbps. Have you guys used your esp's Wi-Fi module in commercial applications, or is it only suitable for personal DIY projects? |
Hi @qjy0129, |
Hi @jgujarathi , |
Answers checklist.
IDF version.
v5.0.4-319-ga6afbb38a4
Espressif SoC revision.
esp32
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
esp32-wroom-32e
Power Supply used.
USB
What is the expected behavior?
laptop wifi requests a dhcp request, and an esp32 hotspot returns a dhcp ack message
What is the actual behavior?
Laptop wifi DHCP request multiple times and the DHCP ack message replied by ESP32 are not equal.
From packet capture analysis, it can be seen that EPS32 responds less to DHCP ack messages.
Steps to reproduce.
Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: