Search found 15 matches

by detlier
Wed Nov 21, 2018 12:13 am
Forum: ESP-IDF
Topic: How do I change the timeout on the softAP example?
Replies: 20
Views: 26941

Re: How do I change the timeout on the softAP example?

Hi detlier, the default station inactivity timer for soft-AP is set to 5 minutes, currently ESP32 has no API to configure this parameter. We will consider to support it in future IDF v4.0, it should be 3 or 6 months later. Sorry liuzhifu, I missed this. Thanks for the info. Do you know if it's hard...
by detlier
Wed Nov 21, 2018 12:09 am
Forum: ESP-IDF
Topic: Does the IDF provide a DNS server? How do I use it?
Replies: 0
Views: 3345

Does the IDF provide a DNS server? How do I use it?

I'm building off the softAP example code , and I'd like my AP to act as a DNS server so a client can resolve the device by name. It looks like there are some options to set hostname and DNS functionality via LWIP, but I can't get them to work with a client. For example, here's some code that might g...
by detlier
Tue Nov 20, 2018 11:27 pm
Forum: ESP-IDF
Topic: How do I change the timeout on the softAP example?
Replies: 20
Views: 26941

Re: How do I change the timeout on the softAP example?

I'm not talking about reconnection after disconnect, I'm talking about how long it takes to disconnect in the first place. It takes five minutes of total inactivity from an associated client before the disconnect even happens — how do I change that?
by detlier
Thu Nov 15, 2018 2:46 am
Forum: ESP-IDF
Topic: How do I change the timeout on the softAP example?
Replies: 20
Views: 26941

How do I change the timeout on the softAP example?

In the softAP example code , if a client moves out of range or powers off suddenly, it takes about 334 seconds (5 minutes) before I see this in the serial log: W (552929) wifi: inactive timer: now=20f010f1 last_rx_time=ef8bad1 diff=4996e, aid[1]84:3a:4b:9e:64:c0 leave I (552929) wifi: station: 84:3a...
by detlier
Tue Nov 06, 2018 3:52 am
Forum: ESP-IDF
Topic: Where is the documentation for WPA2 enterprise APIs (esp_wpa2.h)?
Replies: 0
Views: 3057

Where is the documentation for WPA2 enterprise APIs (esp_wpa2.h)?

I'm looking at the example code for WPA2 enterprise connection in examples/wifi/wpa2_enterprise/ , and the documentation for the Wifi API here: https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/wifi/index.html However I can't find any documentation for the WPA2 enterprise API. Wher...