Page 1 of 1

How to get packets type from CSI callback in promiscuous mode

Posted: Mon Feb 20, 2023 6:42 pm
by nsacco
Hi! I am using the a callback function trough esp_wifi_set_csi_rx_cb(). However, I was trying to understand which type of packet (data, management, control) generated the CSI record. It seems that such information can not be retrieved from a wifi_csi_info_t entry. Any suggestion?