Function perform_scan
pub unsafe extern "C" fn perform_scan(
handle: ClientHandle,
info: *mut ScanResultListInfo,
) -> ErrorAvailable on non-
ag35 only.Expand description
Performs a network scan and gets the list of available networks.
ยงImplementation notes
Calls:
ql_log_printmcm_client_execute_command_sync- Request type:
mcm_nw_scan_req_msg_v01 - Response type:
mcm_nw_scan_resp_msg_v01
- Request type:
Uses a heap allocation for the mcm_nw_scan_resp_msg_v01 response
before copying the data into the info parameter.