Brickcom FD-100A Series User Manual page 88

Megapixel day & night fixed dome network camera
Hide thumbs Also See for FD-100A Series:
Table of Contents

Advertisement

//authenticationMethod
enum IEEE_802_1x_authenticationMethod {
WL_MSCHAP=0,
WL_MSCHAPV2,
WL_PAP,
WL_EAP_MD5,
};
//innerEAPProtocolType
enum IEEE_802_1x_innerEAPProtocolType {
WL_INNER_EAP_TLS=0,
WL_EAP_OTP,
};
typedef struct _IEEE_802_1xSetting {
int enabled;
int authenticationProtocolType; //enum authenticationProtocolType
int innerTTLSAuthenticationMethod; //enum authenticationMethod
int innerEAPProtocolType;//enum innerEAPProtocolType
int validateServerEnabled;
char userName[65];
char password[65];
char anonymousID[65];
int autoPACProvisioningEnabled;
int caline;
int clientline;
int PACline;
} SIEEE_802_1xSetting;
typedef struct _WIFISetting {
int enabled;
int mode;
int operationMode;
int channel;
int wmm;
char SSID[31];
int preamble;
int rtsThreshold;
int fragmentationThreshold;
int authentication;
int channelBandWidth;
int securityMode;
SWEP WEP;
SWPA WPA;
SWPS WPS;
SIEEE_802_1xSetting wl_802_1x;
} SWIFISetting;
enum IPFilterPermissionType {
Deny=0,
Allow,
};
// enum WIFIAccessMode
// WIFIOperationMode
// (0) Auto,
// 0:disabled 1:enabled
// enum WIFIPreambleType
//
// enum WIFIAuthenticationType
// enum WIFIchannelBandWidth
// enum WIFISecurityMode
81

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FD-100A Series and is the answer not in the manual?

Questions and answers

Table of Contents