Microchip® Advanced Software Framework

tstrAuthWep Struct Reference

#include <m2m_wifi.h>

Data Fields

uint8pu8WepKey
 
uint8 u8KeyIndx
 
uint8 u8KeySz
 

uint8 * tstrAuthWep::pu8WepKey

Pointer to WEP Key, represented as an ASCII string. (10 or 26 characters, representing 5 or 13 bytes.)

Referenced by m2m_wifi_connect_wep().

uint8 tstrAuthWep::u8KeyIndx

WEP Key Index in the range 1 to 4.

Referenced by m2m_wifi_connect_wep().

uint8 tstrAuthWep::u8KeySz

Size of WEP Key string. Permitted values are WEP_40_KEY_STRING_SIZE or WEP_104_KEY_STRING_SIZE.

Referenced by m2m_wifi_connect_wep().