CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::ui::WifiConfig Struct Reference

#include <WifiHandlers.h>

Public Attributes

char ssid [33] = {}
char password [65] = {}
uint8_t security = 0
bool useDhcp = true
uint32_t staticIp = 0
uint32_t gateway = 0
uint32_t netmask = 0
bool valid = false

Detailed Description

Definition at line 30 of file WifiHandlers.h.

Member Data Documentation

◆ gateway

uint32_t cdc::ui::WifiConfig::gateway = 0

◆ netmask

uint32_t cdc::ui::WifiConfig::netmask = 0

◆ password

char cdc::ui::WifiConfig::password[65] = {}

◆ security

uint8_t cdc::ui::WifiConfig::security = 0

◆ ssid

char cdc::ui::WifiConfig::ssid[33] = {}

◆ staticIp

uint32_t cdc::ui::WifiConfig::staticIp = 0

◆ useDhcp

bool cdc::ui::WifiConfig::useDhcp = true

◆ valid

bool cdc::ui::WifiConfig::valid = false

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