Page 1 of 1

How to list all available AP when using ESP32 in station mode?

Posted: Sun Oct 06, 2019 6:15 pm
by ht_main1
Hello all,

i am using ESP32 in station mode to connect to particular AP, but i need an upgrade in code.

i need to list all available AP's in zone and list it user to select on web page to connect.

i tried searching for api function but didnt find one, i am using esp-idf 3.2

thanks in advance
regards
sushnt

Re: How to list all available AP when using ESP32 in station mode?

Posted: Mon Oct 07, 2019 1:57 pm
by Mr_Red

Code: Select all

esp_err_t esp_wifi_scan_start(const wifi_scan_config_t *config, bool block)
https://docs.espressif.com/projects/esp ... _wifi.html