scan_get_ap_records

Function scan_get_ap_records 

Source
pub fn scan_get_ap_records<W>(
    buf: &mut [u8],
    write: W,
    uid: u32,
    max_number: u8,
) -> Result<(), EspError>
where W: FnMut(&[u8]) -> Result<(), EspError>,
Expand description

Retrieve the list of APs found during the last scan. The returned AP list is sorted in descending order based on RSSI. docs