Morse Micro IoT SDK  2.9.7
mmwlan_dpp_cb_args Struct Reference

Detailed Description

Structure passed back when a DPP event occurs.

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

Definition at line 1085 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

enum mmwlan_dpp_event event
 The DPP event that has occurred. More...
 
union {
   struct {
      enum mmwlan_dpp_pb_result   result
 Result of DPP push button. More...
 
      const uint8_t *   ssid
 SSID of the AP to connect to. More...
 
      uint16_t   ssid_len
 Length of the SSID. More...
 
      const char *   passphrase
 Passphrase, NULL terminated. More...
 
   }   pb_result
 Argument for MMWLAN_DPP_EVT_PB_RESULT event.
 
args
 Union of arguments for DPP events.
 

Field Documentation

◆ event

enum mmwlan_dpp_event mmwlan_dpp_cb_args::event

The DPP event that has occurred.

Definition at line 1088 of file mmwlan.h.

◆ passphrase

const char* mmwlan_dpp_cb_args::passphrase

Passphrase, NULL terminated.

May be NULL.

Definition at line 1102 of file mmwlan.h.

◆ result

enum mmwlan_dpp_pb_result mmwlan_dpp_cb_args::result

Result of DPP push button.

Definition at line 1096 of file mmwlan.h.

◆ ssid

const uint8_t* mmwlan_dpp_cb_args::ssid

SSID of the AP to connect to.

May be NUlL.

Definition at line 1098 of file mmwlan.h.

◆ ssid_len

uint16_t mmwlan_dpp_cb_args::ssid_len

Length of the SSID.

Definition at line 1100 of file mmwlan.h.


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