Syntax
typedef struct {
unsigned char au8WepKey[WEP_104_KEY_STRING_SIZE + 1];
unsigned char u8KeySz;
unsigned char u8KeyIndx;
} tstrWep;
Members
- au8WepKey
-
Please specify Wepkey.
Please specify a NULL to the end of the string.
The string length is 10 or 26 characters. - u8KeySz
-
Please specify the size of Wep.
Specifies the size including the terminating character NULL.
The value is 11 or 27. - u8KeyIndx
-
Please specify the index of Wepkey.
The range of values is 1 to 4.
Requirements
Header file:
lib.hLibrary file:
libSTARTUPOPH5000.a
Last updated: 2020/11/26