I understand (from the documentation) esp_wifi_scan_start() allocate it's data to my task stack. But I can't know in advance how many AP found and I can't allocate to many space to avoid the crash. Is there a way to limit the number of AP searched by the esp_wifi_scan_start(...
int n = WiFi.scanNetworks() is returning a value of -2. In WiFiScan.cpp WiFiScanClass::scanNetworks calls esp_wifi_scan_start and will return WIFI_SCAN_FAILED (-2) if esp_wifi_scan_start does not return ESP_OK. I have since put in some code and found that esp_wifi_scan_start ...
I understand (from the documentation) esp_wifi_scan_start() allocate it's data to my task stack. But I can't know in advance how many AP found and I can't allocate to many space to avoid the crash. Is there a way to limit the number of AP searched by the esp_wifi_scan_start(...
I came across the scenario like, setting up 20+ client in AP+STA mode, if Active scan is done by one node, in result not getting info of all APs. Using esp_wifi_scan_start API. API fail to get info of all 20+ clients in once scan event. How to achieve successful case in this...
I came across the scenario like, setting up 20+ client in AP+STA mode, if Active scan is done by one node, in result not getting info of all APs. Using esp_wifi_scan_start API. API fail to get info of all 20+ clients in once scan event. How to achieve successful case in this...
I came across the scenario like, setting up 20+ client in AP+STA mode, if Active scan is done by one node, in result not getting info of all APs. Using esp_wifi_scan_start API. API fail to get info of all 20+ clients in once scan event. How to achieve successful case in this...
Where can I find the source code for this function: esp_wifi_scan_start(). Is it available? The esp-idf repository has header files and examples only. -MattHackswell Posts: 14 Joined: Wed Jun 03, 2020 8:13 pm Re: source code for esp_wifi_scan_start()...
Where can I find the source code for this function: esp_wifi_scan_start(). Is it available? The esp-idf repository has header files and examples only. -MattHackswell Posts: 14 Joined: Wed Jun 03, 2020 8:13 pm Re: source code for esp_wifi_scan_start()...
Where can I find the source code for this function: esp_wifi_scan_start(). Is it available? The esp-idf repository has header files and examples only. -MattHackswell Posts: 14 Joined: Wed Jun 03, 2020 8:13 pm Re: source code for esp_wifi_scan_start()...
I understand (from the documentation) esp_wifi_scan_start() allocate it's data to my task stack. But I can't know in advance how many AP found and I can't allocate to many space to avoid the crash. Is there a way to limit the number of AP searched by the esp_wifi_scan_start(...