Search found 1 match

by dvddvd
Fri Apr 27, 2018 5:47 pm
Forum: ESP-IDF
Topic: [Wi-Fi scanning] esp_wifi_scan_get_ap_records() crashing with fixed array
Replies: 1
Views: 4231

[Wi-Fi scanning] esp_wifi_scan_get_ap_records() crashing with fixed array

Hi, I'm scanning for AP's nearby using the esp_wifi_scan_start() function. static esp_err_t __wifi_event_handler(void *ctx, system_event_t *event) { switch (event->event_id) { : : case SYSTEM_EVENT_SCAN_DONE: { { ESP_LOGI(TAG, "[%s] SYSTEM_EVENT_SCAN_DONE", __func__); uint16_t apCount = 0; esp_wifi_...