Morse Micro IoT SDK  2.9.7
mmwlan_dpp_args Struct Reference

Detailed Description

Structure to hold the arguments used for the DPP process.

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

Definition at line 1113 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...
 

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 1116 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 1118 of file mmwlan.h.


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