#include <wifiDriver.h>
Public Attributes | |
uint8_t | connected |
1 if connected, 0 if disconnected | |
uint8_t | ssidLength |
Length of the SSID string. | |
uint16_t | txPower |
Transmit power. | |
int16_t | rssi |
Recieved Signal Strength Indicator. | |
uint8_t | band |
Refer to BANDSECTION for defenitions. | |
uint8_t | channel |
802.11 channel | |
uint32_t | maxTxRate |
Max transmit data throughput. | |
uint8_t | security |
Security used: WEP, WPA, WPA2, open, uknown. | |
uint8_t | cipher |
refer to OPTIONLISTCIPH for defenitions | |
MACADR | bssid |
Basic Service Set Identifier. | |
uint8_t | bssType |
refer to OPTIONLISTBSSTYPE for defenitions | |
char | ssid [SSID_MAX_LEN+1] |
Placeholder for char array pointer. | |
uint32_t | tickLastUpdated |
CPU tick count of when this struct was last updated. | |
A struct used to describe the status of the current network connection.