Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dwpa.c239 unsigned char byPKType = WPA_NONE; in WPA_SearchRSN() local
253 byPKType = WPA_AESCCMP; in WPA_SearchRSN()
254 else if ((pBSSList->abyPKType[ii] == WPA_TKIP) && (byPKType != WPA_AESCCMP)) in WPA_SearchRSN()
255 byPKType = WPA_TKIP; in WPA_SearchRSN()
256 …else if ((pBSSList->abyPKType[ii] == WPA_WEP40) && (byPKType != WPA_AESCCMP) && (byPKType != WPA_T… in WPA_SearchRSN()
257 byPKType = WPA_WEP40; in WPA_SearchRSN()
258 …else if ((pBSSList->abyPKType[ii] == WPA_WEP104) && (byPKType != WPA_AESCCMP) && (byPKType != WPA_… in WPA_SearchRSN()
259 byPKType = WPA_WEP104; in WPA_SearchRSN()
261 if (byEncrypt != byPKType) in WPA_SearchRSN()