Instruction:How change sniffer mode into normal in v0.9.4

ESP_Alfred
Posts: 56
Joined: Mon Nov 10, 2014 7:31 pm

Instruction:How change sniffer mode into normal in v0.9.4

Postby ESP_Alfred » Tue Dec 23, 2014 8:33 pm

Hi:

Esp8266 change sniffer mode into normal mode need to be reset .

SDK version: "esp_iot_sdk_v0.9.4_14_12_19"

-------------------------------
新版本sniffer模式回到普通模式需要reset.

Enjoy!

reaper7
Posts: 25
Joined: Fri Oct 24, 2014 7:26 pm

Re: Instruction:How change sniffer mode into normal in v0.9.

Postby reaper7 » Tue Dec 23, 2014 9:07 pm

This means that wifi_promiscuous_enable(0) not works?
In example:

Code: Select all

wifi_promiscuous_enable(1);
...
some operations in promiscuous mode
...
//wifi_promiscuous_enable(0);  //old style
system_restart();              //new style

?

Who is online

Users browsing this forum: No registered users and 211 guests