Microchip® Advanced Software Framework

tstrM2mWifiWep Struct Reference

WEP security key header.

#include <m2m_types.h>

Data Fields

uint8 au8WepKey [WEP_104_KEY_SIZE]
 
uint8 u8KeyIndex
 
uint8 u8KeyLen
 
uint8 u8Rsv
 

uint8 tstrM2mWifiWep::au8WepKey

WEP Key represented in bytes (padded with 0's if WEP-40).

Referenced by m2m_wifi_connect_wep().

uint8 tstrM2mWifiWep::u8KeyIndex

WEP Key Index.

Referenced by m2m_wifi_connect_wep().

uint8 tstrM2mWifiWep::u8KeyLen

WEP Key Size.

Referenced by m2m_wifi_connect_wep().

uint8 tstrM2mWifiWep::u8Rsv

Reserved for future use. Set to 0.