C
void WF_CPSetWepKeyType( UINT8 CpId, UINT8 wepKeyType );
Description
Sets the WEP key type (WF_SECURITY_WEP_SHAREDKEY or WF_SECURITY_WEP_OPENKEY) for the specified Connection Profile ID. Default WEP key type is WF_SECURITY_WEP_OPENKEY.
Preconditions
MACInit must be called first.
Returns
None.
Remarks
None.