typedef struct _SSWPS {
int WPSMode;
char PINCode[64];
}SWPS;
typedef struct _SSWPA {
int algorithmType;
char sharedKey[64];
}SWPA;
typedef struct _SSKeyentry {
char encryptionKey[64];
}SKeyentry;
typedef struct _SSEncryptionKeyList {
int size;
SKeyentry keyEntry[4];
}SEncryptionKeyList;
typedef struct _SSWEP {
int authenticationType;
int defaultTransmitKeyIndex;
int wepKeyLength;
SEncryptionKeyList encryptionKeyList;
}SWEP;
//================= IEEE 802.1X =======================
//authenticationProtocolType
enum IEEE_802_1x_authenticationProtocolType {
WL_EAP_TLS=0,
WL_EAP_TTLS,
WL_EAP_PEAP,
WL_EAP_FAST,
WL_EAP_LEAP,
};
// enum WIFIWPSMode
// enum WIFIWPA_algorithmType
// enum WIFIWEP__authenticationType
- 94 -
Need help?
Do you have a question about the WCB-100A and is the answer not in the manual?
Questions and answers
Can it b use in windows 10