Microchip® Advanced Software Framework

tstrM2mWifiWepParams Struct Reference

WEP security key parameters.

#include <m2m_types.h>

Data Fields

uint8 __PAD__ [PAD_SZ(WEP_104_KEY_STRING_SIZE+1+3)]
 
uint8 au8WepKey [WEP_104_KEY_STRING_SIZE+1]
 
uint8 u8KeyIndx
 
uint8 u8KeySz
 
uint8 u8WepAuthType
 

uint8 tstrM2mWifiWepParams::__PAD__[PAD_SZ(WEP_104_KEY_STRING_SIZE+1+3)]

Padding bytes to keep the structure word alligned.

uint8 tstrM2mWifiWepParams::au8WepKey[WEP_104_KEY_STRING_SIZE+1]

WEP Key represented as a NULL terminated ASCII string.

Referenced by m2m_wifi_connect().

uint8 tstrM2mWifiWepParams::u8KeyIndx

Wep key Index.

Referenced by m2m_wifi_connect().

uint8 tstrM2mWifiWepParams::u8KeySz

Wep key Size including NULL terminator.

Referenced by m2m_wifi_connect().

uint8 tstrM2mWifiWepParams::u8WepAuthType

WEP Security Authentication Type.

Referenced by m2m_wifi_connect().