Specifications

BHT_RF_SetParamStr
Description
Write character string to the wireless communications parameter.
Syntax
DWORD BHT_RF_SetParamStr (
DWORD dwParam ,
TCHAR* pwchData ,
DWORD dwLen )
Parameters
dwParam
[in] Parameter number
dwParam Specification
P_STR_WEPKEY1 WEP Key 1
P_STR_PRESHAREDKEY Pre Shared Key
pwchData
[in] Heading address of the storage buffer for data specified
dwLen
[in] Length of data specified
Return value
Error code Meaning
ERROR_SUCCESS Successful completion
ERROR_INVALID_PARAMETER Parameter error
ERROR_NOT_SUPPORTED Not supported.
127