#include <WlanConnection.h>
Public Attributes | |
std::string | netSsid |
int | securityMode |
std::string | wepKeys [4] |
int | defaultKey |
std::string | wpaKey |
struct in_addr | ipAddr |
struct in_addr | netMask |
struct in_addr | gateway |
struct in_addr | dnsAddr |
Parameters required to connect to a specific WLAN.
Default encryption key (0-3 in case of WEP)
struct in_addr WLAN_CONNECTION_SETTINGS::dnsAddr |
DNS server address
struct in_addr WLAN_CONNECTION_SETTINGS::gateway |
Gateway address
struct in_addr WLAN_CONNECTION_SETTINGS::ipAddr |
IP address, DHCP if null; other network settings
struct in_addr WLAN_CONNECTION_SETTINGS::netMask |
Network mask
std::string WLAN_CONNECTION_SETTINGS::netSsid |
SSID, network name
Network authentication type
std::string WLAN_CONNECTION_SETTINGS::wepKeys[4] |
WEP network keys.
std::string WLAN_CONNECTION_SETTINGS::wpaKey |
WPA-PSK / WPA2-PSK network key.