ESP8266 Developer Zone The Official ESP8266 Forum 2017-12-19T07:53:03+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=8770 2017-12-19T07:53:03+08:00 2017-12-19T07:53:03+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8770&p=18725#p18725 <![CDATA[STRUCT SNIFFER_BUF2{ STRUCT RXCONTROL RX_CTRL; U8 BUF[112];]]> struct sniffer_buf2{
struct RxControl rx_ctrl;
u8 buf[112]; //may be 240, please refer to the real source code
u16 cnt;
u16 len; //length of packet
};

What is it referring to when it says"may be 240, please refer to the real source code"

Thanks

Statistics: Posted by stern0m1 — Tue Dec 19, 2017 7:53 am


]]>