pub const netopt_t_NETOPT_SCAN: netopt_t = 106;
Expand description

@brief (@ref netopt_scan_request_t) Instruct the interface to do a network scan

This netopt triggers an asynchronous network scan. The result is a list of reachable access points @ref l2scan_list_t. Notification happens by a callback @ref netopt_on_scan_result_t.