![]() |
Morse Micro IoT SDK
2.9.7
|
Structure passed back when a DPP event occurs.
#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. | |
| enum mmwlan_dpp_event mmwlan_dpp_cb_args::event |
| const char* mmwlan_dpp_cb_args::passphrase |
| enum mmwlan_dpp_pb_result mmwlan_dpp_cb_args::result |
| const uint8_t* mmwlan_dpp_cb_args::ssid |