pub fn strip_timestamp_nanos_from_scan_results(
scan_result_list: Vec<ScanResult>,
) -> Vec<ScanResult>
Expand description
TODO(https://fxbug.dev/42164608): This function strips the timestamp_nanos
field
from each fidl_fuchsia_wlan_policy::ScanResult
entry since the timestamp_nanos
field is undefined.