Page 1 of 1

Hidding AP SSID once connected to a station

Posted: Thu May 30, 2019 8:22 pm
by MikPerrot
Hi!

I'm currently working with an esp32 devkit in AP mode and i was wondering if there was any esp-idf api for updapting the .ssid_hidden parameter once a station is connected to it. In other words, i want my device to be visible when there's no station connected to it, and once the connection is established i want it to be hidden.

Thank you,

Mikael

Re: Hidding AP SSID once connected to a station

Posted: Sat Jun 01, 2019 10:12 am
by Ritesh
MikPerrot wrote:
Thu May 30, 2019 8:22 pm
Hi!

I'm currently working with an esp32 devkit in AP mode and i was wondering if there was any esp-idf api for updapting the .ssid_hidden parameter once a station is connected to it. In other words, i want my device to be visible when there's no station connected to it, and once the connection is established i want it to be hidden.

Thank you,

Mikael
Hi,

I don't think there is any API for that kind of functionality. Still, consult with ESP32 SDK Developers for that.

Re: Hidding AP SSID once connected to a station

Posted: Sun Jun 02, 2019 1:33 am
by ESP_Sprite
Note that if you need to have this (and we indeed do not have that functionality yet), feel free to open a feature request on the Github repo.

Re: Hidding AP SSID once connected to a station

Posted: Sun Jun 02, 2019 9:35 am
by Ritesh
ESP_Sprite wrote:
Sun Jun 02, 2019 1:33 am
Note that if you need to have this (and we indeed do not have that functionality yet), feel free to open a feature request on the Github repo.
Thanks for your quick and valuable response for sane.

Re: Hidding AP SSID once connected to a station

Posted: Mon Jun 03, 2019 12:08 pm
by MikPerrot
ESP_Sprite wrote:
Sun Jun 02, 2019 1:33 am
Note that if you need to have this (and we indeed do not have that functionality yet), feel free to open a feature request on the Github repo.
Thanks for the fast answer, i'll do a request on github! :)