Any help would be much appreciated guys!
I am under a deadline and I was assuming all along that these fields would be available and populated, but it does not seem to be so in sniffer mode.
Anyone from Espressif?
Search found 2 matches
- Mon Jun 26, 2017 5:57 pm
- Forum: ESP-IDF
- Topic: Sniffer mode: wifi_pkt_rx_ctrl_t 11n not working?
- Replies: 1
- Views: 3506
- Sat Jun 24, 2017 7:34 pm
- Forum: ESP-IDF
- Topic: Sniffer mode: wifi_pkt_rx_ctrl_t 11n not working?
- Replies: 1
- Views: 3506
Sniffer mode: wifi_pkt_rx_ctrl_t 11n not working?
https://github.com/espressif/esp-idf/blob/master/components/esp32/include/esp_wifi_types.h typedef struct { signed rssi:8; /**< signal intensity of packet */ unsigned rate:5; /**< data rate */ unsigned :1; /**< reserve */ unsigned sig_mode:2; /**< 0:is not 11n packet; 1:is 11n packet */ unsigned :16...