Morse Micro IoT SDK  2.9.7
mmwlan_scan_req Struct Reference

Detailed Description

Structure to hold arguments specific to a given instance of a scan.

Definition at line 1230 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

mmwlan_scan_rx_cb_t scan_rx_cb
 Scan response receive callback. More...
 
mmwlan_scan_complete_cb_t scan_complete_cb
 Scan complete callback. More...
 
void * scan_cb_arg
 Opaque argument to be passed to the callbacks. More...
 
struct mmwlan_scan_args args
 Scan arguments to be used mmwlan_scan_args. More...
 

Field Documentation

◆ args

struct mmwlan_scan_args mmwlan_scan_req::args

Scan arguments to be used mmwlan_scan_args.

Definition at line 1239 of file mmwlan.h.

◆ scan_cb_arg

void* mmwlan_scan_req::scan_cb_arg

Opaque argument to be passed to the callbacks.

Definition at line 1237 of file mmwlan.h.

◆ scan_complete_cb

mmwlan_scan_complete_cb_t mmwlan_scan_req::scan_complete_cb

Scan complete callback.

Must not be NULL.

Definition at line 1235 of file mmwlan.h.

◆ scan_rx_cb

mmwlan_scan_rx_cb_t mmwlan_scan_req::scan_rx_cb

Scan response receive callback.

Must not be NULL.

Definition at line 1233 of file mmwlan.h.


The documentation for this struct was generated from the following file: