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
Currently the sniffer can only be enabled after AP/STA interface is already configured. It would be better if a dedicated sniffer mode can be supported.
With the current blobs no. For various reasons, they require an interface to be active.
I did however manage to create a PoC without the blobs, but it's pretty hacky.
Thanks for clarifying! I figured this might be the case. For many reasons we'll probably use the blobs here in esp-wifi for the foreseeable future so I'll close this issue for now. I'd love to see this work out in a 3rd party crate. FYI we just created https://github.com/esp-rs/esp-hal-community to home crates that don't quite belong here, but are also related.
Rationale:
esp_wifi_80211_tx
has a lot of restrictions if the device has a Wi-Fi connection, per https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/api-guides/wifi.html.Currently the sniffer can only be enabled after AP/STA interface is already configured. It would be better if a dedicated sniffer mode can be supported.
CC @Frostie314159
The text was updated successfully, but these errors were encountered: