Home
last modified time | relevance | path

Searched refs:rx_state (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_wifi_types.h375 …unsigned rx_state:8; /**< state of the packet. 0: no error; others: error numbers which a… member
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/
Dcmd_sniffer.c144 if (type != WIFI_PKT_MISC && !sniffer->rx_ctrl.rx_state) { in wifi_sniffer_cb()