Searched refs:encode_alg (Results 1 - 8 of 8) sorted by relevance

/drivers/net/wireless/orinoco/
H A Dwext.c244 enum orinoco_alg encode_alg = priv->encode_alg; local
265 if ((priv->has_wpa) && (priv->encode_alg == ORINOCO_ALG_TKIP))
273 if (encode_alg != ORINOCO_ALG_WEP) {
275 encode_alg = ORINOCO_ALG_WEP;
297 encode_alg = ORINOCO_ALG_NONE;
310 if ((priv->encode_alg == encode_alg) &&
318 priv->encode_alg = encode_alg;
[all...]
H A Dorinoco.h120 enum orinoco_alg encode_alg; member in struct:orinoco_private
H A Dhw.c912 if (priv->encode_alg == ORINOCO_ALG_WEP)
922 else if (priv->encode_alg == ORINOCO_ALG_WEP)
929 if (priv->encode_alg == ORINOCO_ALG_WEP) {
954 if (priv->encode_alg == ORINOCO_ALG_WEP) {
H A Dmain.c379 do_mic = ((priv->encode_alg == ORINOCO_ALG_TKIP) &&
2114 priv->encode_alg = ORINOCO_ALG_NONE;
/drivers/net/wireless/ipw2x00/
H A Dlibipw_wx.c471 sec.encode_alg[key] = SEC_ALG_WEP;
660 sec.encode_alg[idx] = SEC_ALG_WEP;
664 sec.encode_alg[idx] = SEC_ALG_TKIP;
668 sec.encode_alg[idx] = SEC_ALG_CCMP;
717 if (sec->encode_alg[idx] == SEC_ALG_WEP)
719 else if (sec->encode_alg[idx] == SEC_ALG_TKIP)
721 else if (sec->encode_alg[idx] == SEC_ALG_CCMP)
H A Dlibipw.h313 u8 encode_alg[WEP_KEYS]; member in struct:libipw_security
H A Dlibipw_rx.c678 switch (ieee->sec.encode_alg[keyidx]) {
H A Dipw2200.c10824 priv->ieee->sec.encode_alg[i] = sec->encode_alg[i];

Completed in 119 milliseconds