ConfigWep Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
ConfigWep Function
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.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.