ESP8266 Developer Zone The Official ESP8266 Forum 2017-11-30T17:33:14+08:00 https://bbs.espressif.com:443/feed.php?f=31&t=4048 2017-11-30T17:33:14+08:00 2017-11-30T17:33:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4048&p=18480#p18480 <![CDATA[Re: Passive Scan on ESP8266(AP Beacon)]]>
JamelBF wrote:
Hello guys. I'm new here.
Where can I see the information with the basics of the work?
Maybe something for beginners? Very interesting. :)


I do not know dude. :?
I'm looking for myself. I need a couple of questions to ask the key.
I can not find threads in the forum

Statistics: Posted by TommyDI — Thu Nov 30, 2017 5:33 pm


]]>
2017-11-17T19:39:34+08:00 2017-11-17T19:39:34+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4048&p=18206#p18206 <![CDATA[Re: Passive Scan on ESP8266(AP Beacon)]]> Where can I see the information with the basics of the work?
Maybe something for beginners? Very interesting. :)

Statistics: Posted by JamelBF — Fri Nov 17, 2017 7:39 pm


]]>
2017-06-20T15:07:37+08:00 2017-06-20T15:07:37+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4048&p=14124#p14124 <![CDATA[Re: Passive Scan on ESP8266(AP Beacon)]]>
请问是否够在
wifi_set_opmode(STATION_MODE); // Promiscuous works only with station mode
wifi_set_channel(channel);
wifi_promiscuous_set_mac(dstMac);
wifi_promiscuous_enable(disable);
wifi_set_promiscuous_rx_cb(promisc_cb); // Set up promiscuous callback
wifi_promiscuous_enable(enable);

之后,在
void promisc_cb(uint8_t *buf, uint16_t len)
{}
里面获取整个Sniffer到 的数据包,我发送的包长度是1500,但每次在回调函数里面获取的包长是60,128,为什么?

Statistics: Posted by hanehalthy — Tue Jun 20, 2017 3:07 pm


]]>
2017-04-26T13:26:58+08:00 2017-04-26T13:26:58+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4048&p=12595#p12595 <![CDATA[Re: Passive Scan on ESP8266(AP Beacon)]]> Statistics: Posted by Guest — Wed Apr 26, 2017 1:26 pm


]]>
2017-04-22T18:42:33+08:00 2017-04-22T18:42:33+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4048&p=12498#p12498 <![CDATA[Passive Scan on ESP8266(AP Beacon)]]>
passive scan.rar

Statistics: Posted by ESP_Kewal — Sat Apr 22, 2017 6:42 pm


]]>