Struct to hold the WiFi credentials. More...
#include <UtilsBoards.h>
Public Attributes | |
const char * | ssid |
const char * | password |
Struct to hold the WiFi credentials.
A WiFi credential is made by the name of the SSID and the corresponding password.
ssid | the SSID name of the network |
password | the password name of the network |
const char* WiFiMultiEntry::password |
const char* WiFiMultiEntry::ssid |