C
static void ConfigWep( tWFWpsCred * cred, UINT8 * secType, union sec_key * key );
Description
Configures WEP security mode from WPS credentials data. Based on key length, determine whether it is WF_SECURITY_WEP_40 or WF_SECURITY_WEP_104. Perform a key conversion to hex key values.
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
*cred |
pointer to WPS credentials |
*secType |
pointer to security mode type |
*key |
pointer to security key |
Returns
None.
Remarks
None.