[][src]Function esp_idf_bindgen::esp_wifi_scan_get_ap_records

pub unsafe extern "C" fn esp_wifi_scan_get_ap_records(
    number: *mut u16,
    ap_records: *mut wifi_ap_record_t
) -> esp_err_t

@brief Get AP list found in last scan

@param[inout] number As input param, it stores max AP number ap_records can hold. As output param, it receives the actual AP number this API returns. @param ap_records wifi_ap_record_t array to hold the found APs

@return