Home
last modified time | relevance | path

Searched refs:WPA_WEP104 (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/vt6655/
Dwpa.c135 pBSSList->byGKType = WPA_WEP104; in WPA_ParseRSN()
258 …else if ((pBSSList->abyPKType[ii] == WPA_WEP104) && (byPKType != WPA_AESCCMP) && (byPKType != WPA_… in WPA_SearchRSN()
259 byPKType = WPA_WEP104; in WPA_SearchRSN()
Dwpa.h44 #define WPA_WEP104 5 macro
Dwmgr.c4518 (pBSSNode->byGKType == WPA_WEP104)) { in s_bCipherMatch()