HomeSort by relevance Sort by last modified time
    Searched refs:WEP_KEY_LEN_104 (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyParserWep.h 64 #define WEP_KEY_LEN_104 13 /* 104 bit (13 byte) key */
keyParserExternal.h 65 #define WEP_KEY_LEN_104 13 /* 104 bit (13 byte) key */
keyParserExternal.c 167 (pKeyDesc->KeyLength != WEP_KEY_LEN_104) &&
185 (pKeyDesc->KeyLength == WEP_KEY_LEN_104) ||
212 if (!((pKeyDesc->KeyLength == WEP_KEY_LEN_40) || (pKeyDesc->KeyLength == WEP_KEY_LEN_104)
keyParserWep.c 152 if (!((securityKey.encLen == WEP_KEY_LEN_40) || (securityKey.encLen == WEP_KEY_LEN_104)

Completed in 282 milliseconds