Microchip® Advanced Software Framework

tstrM2mWifiWepParams Struct Reference

WEP security key parameters.

#include <m2m_types.h>

Data Fields

uint8 __PAD24__ [3]
 
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::__PAD24__
uint8 tstrM2mWifiWepParams::__PAD__[PAD_SZ(WEP_104_KEY_STRING_SIZE+1+3)]

Padding bytes to keep the structure word alligned.

uint8 tstrM2mWifiWepParams::au8WepKey
uint8 tstrM2mWifiWepParams::u8WepAuthType

WEP Security Authentication Type.

Referenced by m2m_wifi_connect().