StationClass::Config Struct Reference

Station configuration passed to config method. More...

#include <Station.h>

Collaboration diagram for StationClass::Config:

Public Attributes

String ssid
 Service Set to connect to (may be advertised by multiple access points) More...
 
String password
 Password (if required) More...
 
MacAddress bssid
 Set this to connect to a specific access point. More...
 
bool autoConnectOnStartup = true
 Auto connect to this AP on system restart. More...
 
bool save = true
 Store new settings in NV memory. More...
 

Detailed Description

Station configuration passed to config method.

Member Data Documentation

◆ autoConnectOnStartup

bool StationClass::Config::autoConnectOnStartup = true

Auto connect to this AP on system restart.

◆ bssid

MacAddress StationClass::Config::bssid

Set this to connect to a specific access point.

◆ password

String StationClass::Config::password

Password (if required)

◆ save

bool StationClass::Config::save = true

Store new settings in NV memory.

◆ ssid

String StationClass::Config::ssid

Service Set to connect to (may be advertised by multiple access points)


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