pub fn sort_policy_scan_result_list(
    scan_result_list: Vec<ScanResult>
) -> Vec<ScanResult>
Expand description

Sort a list of scan results by the id and bssid fields.

This function will panic if either of the id or entries fields are None.