This is a structure for compatibility with older versions. Do not use unless there is a special reason.

Syntax

typedef struct {
    unsigned char  u8KeyIndx;
    unsigned char  u8KeySz;
    unsigned char  au8WepKey[WEP_104_KEY_STRING_SIZE + 1];
    unsigned char  __PAD24__[3];
} tstrM2mWifiWepParams;

Members

u8KeyIndx
Wep key Index.
The range of values is 1 to 4.
u8KeySz
Wep key Size.
It include Null terminated string.(WepKey length + 1).
The value is 11 or 27.
au8WepKey
WEP Key .
WEP Key represented as a NULL terminated ASCII string.
The string length is 10 or 26 characters.
__PAD24__[3]
Not used.

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2020/11/26