scan_get_ap_record

Function scan_get_ap_record 

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

Get one AP record from the scanned AP list. docs