parse_ap_records

Function parse_ap_records 

Source
pub fn parse_ap_records(
    data: &[u8],
) -> Result<Vec<WifiApRecord, MAX_AP_RECORDS>, EspError>
Expand description

From a data buffer (e.g. as part of the Rpc struct), parse into Access Point records. The data buffer passed starts post the RPC “header”; the same data we include in the Rpc struct.