Digi XBee(R) ANSI C Host Library
|
Files | |
file | wifi.h |
file | xbee_wifi.c |
Features related to the Wi-Fi XBee module (S6B). | |
Functions | |
const char * | xbee_wifi_encryption_name (uint8_t type) |
Return a human-readable description of the Wi-Fi network's encryption. More... | |
Values for ATEE (XBEE_WIFI_ENCRYPTION_*) | |
#define | XBEE_WIFI_ENCRYPTION_OPEN 0x00 |
open access point | |
#define | XBEE_WIFI_ENCRYPTION_WPA 0x01 |
WPA encryption. | |
#define | XBEE_WIFI_ENCRYPTION_WPA2 0x02 |
WPA2 encryption. | |
#define | XBEE_WIFI_ENCRYPTION_WEP 0x03 |
WEP encryption. | |
const char * xbee_wifi_encryption_name | ( | uint8_t | type | ) |
Return a human-readable description of the Wi-Fi network's encryption.
Returns "0xXX" hex value for unrecognized types.
References XBEE_WIFI_ENCRYPTION_OPEN, XBEE_WIFI_ENCRYPTION_WEP, XBEE_WIFI_ENCRYPTION_WPA, and XBEE_WIFI_ENCRYPTION_WPA2.