Struct esp_idf_sys::wifi_promiscuous_pkt_t
source · #[repr(C)]pub struct wifi_promiscuous_pkt_t {
pub rx_ctrl: wifi_pkt_rx_ctrl_t,
pub payload: __IncompleteArrayField<u8>,
}
Expand description
@brief Payload passed to ‘buf’ parameter of promiscuous mode RX callback.
Fields§
§rx_ctrl: wifi_pkt_rx_ctrl_t
< metadata header
payload: __IncompleteArrayField<u8>
< Data or management payload. Length of payload is described by rx_ctrl.sig_len. Type of content determined by packet type argument of callback.