pub type netopt_scan_request_t = netopt_scan_request;
Expand description

@brief Basic network scan request

Aliased Type§

struct netopt_scan_request_t {
    pub scan_cb: Option<unsafe extern "C" fn(_: *mut c_void, _: *const l2scan_list)>,
    pub channel: u16,
}

Fields§

§scan_cb: Option<unsafe extern "C" fn(_: *mut c_void, _: *const l2scan_list)>

< Scan result callback

§channel: u16

< Channel to scan