Skip to content

Struct wifi_event_sta_disconnected_t

ClassList > wifi_event_sta_disconnected_t

More...

  • #include <WiFiEvents.h>

Public Attributes

Type Name
uint8_t bssid
uint8_t reason
uint8_t ssid
uint8_t ssid_len

Detailed Description

Argument structure for WIFI_EVENT_STA_DISCONNECTED event

Public Attributes Documentation

variable bssid

uint8_t wifi_event_sta_disconnected_t::bssid[6];

BSSID of disconnected AP

variable reason

uint8_t wifi_event_sta_disconnected_t::reason;

reason of disconnection

variable ssid

uint8_t wifi_event_sta_disconnected_t::ssid[32];

SSID of disconnected AP

variable ssid_len

uint8_t wifi_event_sta_disconnected_t::ssid_len;

SSID length of disconnected AP


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