|
#include <humarobotics-wifiblock.h>
Data Fields | |
string | wifi_ssid |
string | wifi_pass |
tIPaddr | IP |
tIPaddr | netmask |
tIPaddr | gateway |
ubyte | wifi_type |
Definition at line 163 of file humarobotics-wifiblock.h.
defrault gateway to use
Definition at line 169 of file humarobotics-wifiblock.h.
IP address to use
Definition at line 167 of file humarobotics-wifiblock.h.
netmask to use
Definition at line 168 of file humarobotics-wifiblock.h.
string wifi_pass |
WiFi network pass
Definition at line 166 of file humarobotics-wifiblock.h.
string wifi_ssid |
SSID (network name) to connect to
Definition at line 165 of file humarobotics-wifiblock.h.
ubyte wifi_type |
Crypto used on the network, see HRWB_SECURITY_* for options
Definition at line 170 of file humarobotics-wifiblock.h.