You can chat about native SDK questions and issues here.

User avatar
By stern0m1
#72562 Page 100 of the "esp8266-technical_reference_en" states:
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