Denso BHT-700-CE Reference Manual page 40

Barcode handy terminal
Table of Contents

Advertisement

▪ EAP TYPE
This is the EAP type setting. A selection can be made from Prohibited, PEAP, and TLS.
▪ KEY (WEP KEY, PRE SHARED KEY)
The encryption key (WEP KEY or PRESHARE KEY) can be set.
[Ex.] Setting to enable WEP. Set the WEP KEY to "01234567890123456789ABCDEF" (128 bit).
DWORD dwVal = P_AUTH_OPEN;
BHT_RF_SetParamInt (P_INT_AUTHENTICATE, &dwVal, sizeof(dwVal));
DWORD dwVal = P_ENCRYPT_WEP;
BHT_RF_SetParamInt (P_INT_ENCRYPTION, &dwVal, sizeof(dwVal));
DWORD dwVal = P_8021X_DISABLE;
BHT_RF_SetParamInt (P_INT_8021X, &dwVal, sizeof(dwVal));
BHT_RF_SetParamStr (P_STR_WEPKEY1,
Parameter List
Parameter
Type
Power mode
DW
Radio mode
DW
Authentication
DW
method
Encryption
DW
802.1x
Encryption
DW
(EAP type)
Profile priority
DW
Index Key
DW
WEP Key 1
WCS
Pre Shared Key
WCS
Version
WCS
MAC address
WCS
Note that if you use BHT_RF_GetParamInt function for getting a value, the value preset by the
BHT_RF_SetParamInt function will be obtained.
TEXT("01234567890123456789ABCDEF"),26);
R/W
Parameter value
P_PWRSAVE_CAM
R/W
P_PWRSAVE_PSP
P_RADIOMODE_11A
P_RADIOMODE_11B
R/W
P_RADIOMODE_11B |
P_RADIOMODE_11G
P_AUTH_OPEN
P_AUTH_SHARED
P_AUTH_WPA
R/W
P_AUTH_WPAPSK
P_AUTH_WPA2
P_AUTH_WPA2PSK
P_ENCRYPT_DISABLE
P_ENCRYPT_WEP
R/W
P_ENCRYPT_TKIP
P_ENCRYPT_AES
P_8021X_DISABLE
R/W
P_8021X_PEAP
P_8021X_TLS
R/W
1 (high) to 16 (low)
R/W
1 to 4
26-character hexadecimal notation
character string (128 bit)
W
10-character hexadecimal notation
character string (40 bit)
8 to 63-character ASCII character string
W
64-character hexadecimal notation
character string
R
R
35
: High power
consumption
: Low power
consumption
: 802.11a
: 802.11b
: 802.11b/g
: Open
: Shared
: WPA
: WPA PSK
: WPA2
: WPA2 PSK
: Prohibited
: WEP
: TKIP
: AES
: Prohibited
: PEAP
: TLS
-
-
Default
P_PWRSAVE_PSP
P_RADIOMODE_11B
P_AUTH_OPEN
P_ENCRYPT_DISABLE
P_8021X_DISABLE
1
1
TEXT("")
TEXT("")
TEXT("00.00.00.00.00.00")

Advertisement

Table of Contents
loading

Table of Contents