And even sniffer mode does not seem to be sufficient. I can see the Action Frame in Wireshark but I cannot receive them in sniffer mode with the esp32... Can this be a bug?
This is how I set up sniffer mode:
void wifi_init_sniffer(void) {
const wifi_promiscuous_filter_t filt = {
.filter_mask ...
Search found 2 matches
- Mon Aug 02, 2021 11:03 pm
- Forum: ESP-IDF
- Topic: Receive Vendor Specific Action frame without enabling sniffer mode
- Replies: 3
- Views: 2635
- Sun Aug 01, 2021 6:46 pm
- Forum: ESP-IDF
- Topic: Receive Vendor Specific Action frame without enabling sniffer mode
- Replies: 3
- Views: 2635
Receive Vendor Specific Action frame without enabling sniffer mode
Hi
I am running softap and I am trying to implement a special protocol and parts of it implies that I need to listen for a Vendor Specific Action frame. Is the only way to enable sniffer mode?
Sniffer mode seems very unconvenient and power hungry so I would like to avoid it if possible.
Since the ...
I am running softap and I am trying to implement a special protocol and parts of it implies that I need to listen for a Vendor Specific Action frame. Is the only way to enable sniffer mode?
Sniffer mode seems very unconvenient and power hungry so I would like to avoid it if possible.
Since the ...