SmartConfigEventInfo Struct Reference
Smart Config callback information. More...
#include <Station.h>
Collaboration diagram for SmartConfigEventInfo:
Public Attributes | |
| SmartConfigType | type = SCT_None |
| Type of configuration underway. More... | |
| String | ssid |
| AP SSID. More... | |
| String | password |
| AP Password. More... | |
| bool | bssidSet = false |
| true if connection should match both SSID and BSSID More... | |
| MacAddress | bssid |
| AP BSSID. More... | |
Detailed Description
Smart Config callback information.
Member Data Documentation
◆ bssid
| MacAddress SmartConfigEventInfo::bssid |
AP BSSID.
◆ bssidSet
| bool SmartConfigEventInfo::bssidSet = false |
true if connection should match both SSID and BSSID
◆ password
| String SmartConfigEventInfo::password |
AP Password.
◆ ssid
| String SmartConfigEventInfo::ssid |
AP SSID.
◆ type
| SmartConfigType SmartConfigEventInfo::type = SCT_None |
Type of configuration underway.
The documentation for this struct was generated from the following file:
1.9.1