Page 1 of 1

Wifi STA receive duplicate packet

Posted: Mon Jul 08, 2019 1:11 pm
by gigijoe
ESP32 as wifi STA and this ONLY happen with Ruckus r310 AP.
After normal wifi connection, it happens in an hour.
The connection still exist, but unable to tx / rx packets.
And then after 5 ~ 10 minutes everything works fine again without disconnect / connect
I try both v3.3-dev and v4.0-dev SDK, the same situation.
I (3778848) wifi: sta recv dup seq=45904 tid=0, discard
I (3778858) wifi: sta recv dup seq=45904 tid=0, discard
I (3778858) wifi: sta recv dup seq=45904 tid=0, discard
I (3778858) wifi: sta recv dup seq=45904 tid=0, discard
I (3778858) wifi: sta recv dup seq=45904 tid=0, discard
I (3778868) wifi: sta recv dup seq=45904 tid=0, discard
I (3778868) wifi: sta recv dup seq=45904 tid=0, discard
Any idea ?

Re: Wifi STA receive duplicate packet

Posted: Tue Sep 01, 2020 9:47 am
by wijnsema
I have the same problem here. Ruckus R310 AP and ESP32 Devkit have inconsistent connection.
ESP-IDF 4.0 gives error 113 every now and then while doing simple http_request

@gigijoe did you find a solution?