Microchip® Advanced Software Framework

tstrM2mWifiWepParamsLegacy_1_2 Struct Reference

WEP security key parameters. IMPORTANT: This structure is required only for legacy M2M_WIFI_REQ_CONNECT messages.

#include <m2m_types.h>

Data Fields

uint8 __PAD24__ [3]
 
uint8 au8WepKey [WEP_104_KEY_STRING_SIZE+1]
 
uint8 u8KeyIndx
 
uint8 u8KeySz
 

uint8 tstrM2mWifiWepParamsLegacy_1_2::__PAD24__[3]

Padding bytes to keep the structure word-aligned.

uint8 tstrM2mWifiWepParamsLegacy_1_2::au8WepKey[WEP_104_KEY_STRING_SIZE+1]

WEP Key represented as a NULL terminated ASCII string.

Referenced by m2m_wifi_connect_wep().

uint8 tstrM2mWifiWepParamsLegacy_1_2::u8KeyIndx

Wep key Index.

Referenced by m2m_wifi_connect_wep().

uint8 tstrM2mWifiWepParamsLegacy_1_2::u8KeySz

Wep key Size.

Referenced by m2m_wifi_connect_wep().