Page 1 of 1

ESP32 WiFi Probe request and response event handling

Posted: Tue Aug 21, 2018 8:10 am
by Ankit Siddhapura
Hi All,

I am looking for probe request and response receive event in event handler.
How can I get this event ? In my application, I am gonna trigger other event based on probe request/response.

Thank You!
Ankit Siddhapura

Re: ESP32 WiFi Probe request and response event handling

Posted: Sat Jan 05, 2019 2:20 am
by adsv87
hi, i have the same question. Is there any solution?
Iam making my bachelor thesis with an esp32. I have to make a tracking system based on fingerprints sniffer from smartphones. Can I get a SSID list from probe request ? If yes, how?

I realy need your help.
Thx

Re: ESP32 WiFi Probe request and response event handling

Posted: Thu Jan 17, 2019 1:03 pm
by Ankit Siddhapura
Hi,
I have handled probe request response using scan and vendor information call back for ESP32 devices in AP/APSTA mode.

can you provide more detail about your set up and requirement ? Will be more helpful to meet your requirement.

Thanks,
AnkitSiddhapura

Re: ESP32 WiFi Probe request and response event handling

Posted: Sun Jan 20, 2019 11:51 am
by Waldorffsmama
I have the same idea. But I would just like to see every mac address of devices meandering around, even when they are not in AP-mode. Any ideas on how that can be achieved?

Re: ESP32 WiFi Probe request and response event handling

Posted: Sun Jan 27, 2019 7:20 pm
by ripper121
Any news?

Re: ESP32 WiFi Probe request and response event handling

Posted: Mon Jan 28, 2019 2:50 am
by ESP_Sprite
Not sure about that event callback, but I do know it's always an option to use the sniffer mode and decode the probe packets manually.

Re: ESP32 WiFi Probe request and response event handling

Posted: Fri May 08, 2020 7:49 am
by ItsLeepq
Any ideas yet?