You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the first "wifi scan" command, esp_wifi_drv indicate that it fail to send a packet.
Not sure what the packet is. The return code is 0x3006(ESP_ERR_WIFI_STATE).
There is still scan result return. To Reproduce
Run wifi shell example with those config above, then scan wifi.
Expected behavior
No fail to send packet log
Impact
On my project, enable those configs lead to fatal crash when scanning wifi. To isolate i run this example
and check if there were anything wrong with wifi. Looklike it has, but it does not crash like my project.
Describe the bug
When running wifi shell example with these config enable
On the first "wifi scan" command, esp_wifi_drv indicate that it fail to send a packet.
Not sure what the packet is. The return code is 0x3006(ESP_ERR_WIFI_STATE).
There is still scan result return.
To Reproduce
Run wifi shell example with those config above, then scan wifi.
Expected behavior
No fail to send packet log
Impact
On my project, enable those configs lead to fatal crash when scanning wifi. To isolate i run this example
and check if there were anything wrong with wifi. Looklike it has, but it does not crash like my project.
Logs and console output
here is the dump packet.
Environment (please complete the following information):
Zephyr main branch, commit id: af2f497
Additional context
The text was updated successfully, but these errors were encountered: