This struct stores the WEP security key parameters. More...
#include <m2m_types.h>
Public Attributes | |
uint8 | __PAD24__ [3] |
uint8 | au8WepKey [WEP_104_KEY_STRING_SIZE+1] |
uint8 | u8KeyIndx |
uint8 | u8KeySz |
This struct stores the WEP security key parameters.
Definition at line 1069 of file m2m_types.h.
uint8 tstrM2mWifiWepParams::__PAD24__[3] |
Padding bytes to keep the structure word alligned.
Definition at line 1076 of file m2m_types.h.
uint8 tstrM2mWifiWepParams::au8WepKey[WEP_104_KEY_STRING_SIZE+1] |
WEP Key represented as a NULL terminated ASCII string.
Definition at line 1074 of file m2m_types.h.
uint8 tstrM2mWifiWepParams::u8KeyIndx |
WEP key Index.
Definition at line 1070 of file m2m_types.h.
uint8 tstrM2mWifiWepParams::u8KeySz |
WEP key Size.
Definition at line 1072 of file m2m_types.h.