Searched refs:ap_count (Results 1 – 1 of 1) sorted by relevance
211 uint16_t ap_count = 0; in drv_wlan_scan_stop() local216 ESP_ERROR_CHECK(esp_wifi_scan_get_ap_num(&ap_count)); in drv_wlan_scan_stop()217 for (int i = 0; (i < DEFAULT_SCAN_LIST_SIZE) && (i < ap_count); i++) { in drv_wlan_scan_stop()
Completed in 5 milliseconds