Open IOTBaicheng opened 11 months ago
@kapilkedawat
Hi @IOTBaicheng, thanks for pointing out, we somehow missed to commit this patch, we will push it to repo.
Yes, this will fix your issue.
An error reported after patched.
An error reported after patched.
@kapilkedawat @mantriyogesh is any posible solution?
sure, will check on this.
can you please send uname -a
output?
Kapil is not available today,
I suppose your linux kernel is < 5.9 ? https://elixir.bootlin.com/linux/v5.9/source/net/wireless/scan.c#L715
I tried to port it to older kernel, but facing some build issue for it. We will be able to get you this fine on Monday..
Kapil is not available today,
I suppose your linux kernel is < 5.9 ? https://elixir.bootlin.com/linux/v5.9/source/net/wireless/scan.c#L715
I tried to port it to older kernel, but facing some build issue for it. We will be able to get you this fine on Monday..
uname -a : Linux (none) 4.9.84 #73 SMP PREEMPT Tue Nov 14 14:28:53 CST 2023 armv7l GNU/Linux
@kapilkedawat
Kapil is not available today,
I suppose your linux kernel is < 5.9 ? https://elixir.bootlin.com/linux/v5.9/source/net/wireless/scan.c#L715
I tried to port it to older kernel, but facing some build issue for it. We will be able to get you this fine on Monday..
Are there any updates?
@Shreyas0-7 ?
Hello @IOTBaicheng ,
We are looking into this, but might take some time. Kapil is expected to return by 2nd Dec, in worst case.
Hey @IOTBaicheng Can you please try with this patch? cfg80211_bss_flush_unavailable_3.zip
Hey @IOTBaicheng Can you please try with this patch? cfg80211_bss_flush_unavailable_3.zip
Yes,It works OK. thanks
We noted this fix for master. If there is nothing else, can we close this issue @IOTBaicheng ?
Hello,
When we disable the wifi AP, it seems that WPA can't get the disconnect event, and can not reconnect after enable the AP again. We get the following log info:
I found a similar issue in the github project:The wifi will not auto reconnect after event espsta0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD · Issue #237 · espressif/esp-hosted · GitHub Coud I fix my issue follow the patch in is link?