Morse Micro IoT SDK  2.12.3

Detailed Description

Structure to hold the arguments used for the DPP process.

Warning
BETA NOTICE: This is a beta API that is under development; breaking changes may be introduced in future releases.

Definition at line 1807 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

void(* dpp_event_cb )(const struct mmwlan_dpp_cb_args *dpp_event, void *arg)
 DPP event callback prototype. More...
 
void * dpp_event_cb_arg
 Optional user argument that will be passed back to the DPP event callback. More...
 
enum mmwlan_dpp_mode mode
 DPP mode to use. More...
 
struct mmwlan_dpp_qr_args qr
 QR enrollee specific arguments. More...
 

Field Documentation

◆ dpp_event_cb

void(* mmwlan_dpp_args::dpp_event_cb) (const struct mmwlan_dpp_cb_args *dpp_event, void *arg)

DPP event callback prototype.

Definition at line 1810 of file mmwlan.h.

◆ dpp_event_cb_arg

void* mmwlan_dpp_args::dpp_event_cb_arg

Optional user argument that will be passed back to the DPP event callback.

Definition at line 1812 of file mmwlan.h.

◆ mode

enum mmwlan_dpp_mode mmwlan_dpp_args::mode

DPP mode to use.

Definition at line 1814 of file mmwlan.h.

◆ qr

struct mmwlan_dpp_qr_args mmwlan_dpp_args::qr

QR enrollee specific arguments.

Only used when mode is MMWLAN_DPP_MODE_QR_ENROLLEE.

Definition at line 1816 of file mmwlan.h.


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