|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <WifiHandlers.h>
Public Member Functions | |
| void | reset () |
| Resets Wi-Fi wizard state to defaults. | |
Public Attributes | |
| char | ssid [33] = {} |
| char | password [65] = {} |
| hal::WifiSecurity | security = hal::WifiSecurity::WPA2_PSK |
| bool | useDhcp = true |
| char | staticIp [16] = {} |
| char | gateway [16] = {} |
| char | netmask [16] = "255.255.255.0" |
| bool | fromScan = false |
Definition at line 16 of file WifiHandlers.h.
| void cdc::ui::WifiWizard::reset | ( | ) |
Resets Wi-Fi wizard state to defaults.
Definition at line 21 of file WifiHandlers.cpp.
References netmask, and useDhcp.
Referenced by cdc::os_ui::SystemSettingsBackup::importSystemSettings(), and cdc::ui::wifiSetup().
| bool cdc::ui::WifiWizard::fromScan = false |
Definition at line 24 of file WifiHandlers.h.
| char cdc::ui::WifiWizard::gateway[16] = {} |
Definition at line 22 of file WifiHandlers.h.
Referenced by cdc::os_ui::SystemSettingsBackup::importSystemSettings().
| char cdc::ui::WifiWizard::netmask[16] = "255.255.255.0" |
Definition at line 23 of file WifiHandlers.h.
Referenced by cdc::os_ui::SystemSettingsBackup::importSystemSettings(), and reset().
| char cdc::ui::WifiWizard::password[65] = {} |
Definition at line 18 of file WifiHandlers.h.
Referenced by cdc::os_ui::SystemSettingsBackup::importSystemSettings().
| hal::WifiSecurity cdc::ui::WifiWizard::security = hal::WifiSecurity::WPA2_PSK |
Definition at line 19 of file WifiHandlers.h.
Referenced by cdc::os_ui::SystemSettingsBackup::importSystemSettings().
| char cdc::ui::WifiWizard::ssid[33] = {} |
Definition at line 17 of file WifiHandlers.h.
Referenced by cdc::os_ui::SystemSettingsBackup::importSystemSettings().
| char cdc::ui::WifiWizard::staticIp[16] = {} |
Definition at line 21 of file WifiHandlers.h.
Referenced by cdc::os_ui::SystemSettingsBackup::importSystemSettings().
| bool cdc::ui::WifiWizard::useDhcp = true |
Definition at line 20 of file WifiHandlers.h.
Referenced by cdc::os_ui::SystemSettingsBackup::importSystemSettings(), cdc::ui::onWifiIpModeSelect(), and reset().