Skip to content

Struct wifi_event_sta_wps_er_success_t

ClassList > wifi_event_sta_wps_er_success_t

More...

  • #include <WiFiEvents.h>

Public Attributes

Type Name
struct wifi_event_sta_wps_er_success_t::@0 ap_cred
uint8_t ap_cred_cnt
uint8_t passphrase
uint8_t ssid

Detailed Description

Argument structure for WIFI_EVENT_STA_WPS_ER_SUCCESS event

Public Attributes Documentation

variable ap_cred

struct wifi_event_sta_wps_er_success_t::@0 wifi_event_sta_wps_er_success_t::ap_cred[MAX_WPS_AP_CRED];

All AP credentials received from WPS handshake

variable ap_cred_cnt

uint8_t wifi_event_sta_wps_er_success_t::ap_cred_cnt;

Number of AP credentials received

variable passphrase

uint8_t wifi_event_sta_wps_er_success_t::passphrase[MAX_PASSPHRASE_LEN];

Passphrase for the AP

variable ssid

uint8_t wifi_event_sta_wps_er_success_t::ssid[MAX_SSID_LEN];

SSID of AP


The documentation for this class was generated from the following file cores/common/arduino/libraries/api/WiFi/WiFiEvents.h