Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dwext.c246 enum orinoco_alg encode_alg = priv->encode_alg; in orinoco_ioctl_setiwencode() local
275 if (encode_alg != ORINOCO_ALG_WEP) { in orinoco_ioctl_setiwencode()
277 encode_alg = ORINOCO_ALG_WEP; in orinoco_ioctl_setiwencode()
299 encode_alg = ORINOCO_ALG_NONE; in orinoco_ioctl_setiwencode()
312 if ((priv->encode_alg == encode_alg) && in orinoco_ioctl_setiwencode()
320 priv->encode_alg = encode_alg; in orinoco_ioctl_setiwencode()
349 if (!priv->encode_alg) in orinoco_ioctl_getiwencode()
775 priv->encode_alg = ORINOCO_ALG_NONE; in orinoco_ioctl_set_encodeext()
784 priv->encode_alg = ORINOCO_ALG_WEP; in orinoco_ioctl_set_encodeext()
797 priv->encode_alg = ORINOCO_ALG_TKIP; in orinoco_ioctl_set_encodeext()
[all …]
H A Dorinoco.h119 enum orinoco_alg encode_alg; member
H A Dhw.c912 if (priv->encode_alg == ORINOCO_ALG_WEP) in __orinoco_hw_setup_enc()
922 else if (priv->encode_alg == ORINOCO_ALG_WEP) in __orinoco_hw_setup_enc()
929 if (priv->encode_alg == ORINOCO_ALG_WEP) { in __orinoco_hw_setup_enc()
956 if (priv->encode_alg == ORINOCO_ALG_WEP) { in __orinoco_hw_setup_enc()
H A Dmain.c368 do_mic = ((priv->encode_alg == ORINOCO_ALG_TKIP) && in orinoco_process_xmit_skb()
2092 priv->encode_alg = ORINOCO_ALG_NONE; in orinoco_init()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c453 sec.encode_alg[key] = SEC_ALG_WEP; in libipw_wx_set_encode()
642 sec.encode_alg[idx] = SEC_ALG_WEP; in libipw_wx_set_encodeext()
646 sec.encode_alg[idx] = SEC_ALG_TKIP; in libipw_wx_set_encodeext()
650 sec.encode_alg[idx] = SEC_ALG_CCMP; in libipw_wx_set_encodeext()
699 if (sec->encode_alg[idx] == SEC_ALG_WEP) in libipw_wx_get_encodeext()
701 else if (sec->encode_alg[idx] == SEC_ALG_TKIP) in libipw_wx_get_encodeext()
703 else if (sec->encode_alg[idx] == SEC_ALG_CCMP) in libipw_wx_get_encodeext()
H A Dlibipw.h308 u8 encode_alg[WEP_KEYS]; member
H A Dlibipw_rx.c674 switch (ieee->sec.encode_alg[keyidx]) { in libipw_rx()
H A Dipw2200.c10639 priv->ieee->sec.encode_alg[i] = sec->encode_alg[i]; in shim__set_security()