can I use esp32 to sniffer Control Frame ?

malaimo
Posts: 17
Joined: Mon Sep 25, 2017 6:28 am

can I use esp32 to sniffer Control Frame ?

Postby malaimo » Fri Dec 22, 2017 9:15 am

I want to use esp32 to sniffer 802.11 control frame , then I use filter

Code: Select all

    wifi_promiscuous_filter_t filter = {
        .filter_mask = WIFI_PROMIS_FILTER_MASK_ALL};
    ESP_ERROR_CHECK(esp_wifi_set_promiscuous_filter(&filter));
    
I just sniffer some frame type and subtype is "03 05" ,and can not see "01 0c" that I want to sniffer.

Could someone tell me how to sniffer Control Frame?
Last edited by malaimo on Sat Jan 06, 2018 5:55 am, edited 1 time in total.

SoftwareSamurai
Posts: 17
Joined: Wed Sep 13, 2017 11:51 pm

Re: can I use esp32 to sniffer Control Frame ?

Postby SoftwareSamurai » Sun Dec 24, 2017 3:00 am

Espressif disabled that in the current library.

Who is online

Users browsing this forum: No registered users and 338 guests