Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/orinoco/
Dwext.c243 enum orinoco_alg encode_alg = priv->encode_alg; in orinoco_ioctl_setiwencode() local
264 if ((priv->has_wpa) && (priv->encode_alg == ORINOCO_ALG_TKIP)) in orinoco_ioctl_setiwencode()
272 if (encode_alg != ORINOCO_ALG_WEP) { in orinoco_ioctl_setiwencode()
274 encode_alg = ORINOCO_ALG_WEP; in orinoco_ioctl_setiwencode()
296 encode_alg = ORINOCO_ALG_NONE; in orinoco_ioctl_setiwencode()
309 if ((priv->encode_alg == encode_alg) && in orinoco_ioctl_setiwencode()
317 priv->encode_alg = encode_alg; in orinoco_ioctl_setiwencode()
345 if (!priv->encode_alg) in orinoco_ioctl_getiwencode()
761 priv->encode_alg = ORINOCO_ALG_NONE; in orinoco_ioctl_set_encodeext()
770 priv->encode_alg = ORINOCO_ALG_WEP; in orinoco_ioctl_set_encodeext()
[all …]
Dorinoco.h120 enum orinoco_alg encode_alg; member
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()
954 if (priv->encode_alg == ORINOCO_ALG_WEP) { in __orinoco_hw_setup_enc()
Dmain.c379 do_mic = ((priv->encode_alg == ORINOCO_ALG_TKIP) && in orinoco_process_xmit_skb()
2108 priv->encode_alg = ORINOCO_ALG_NONE; in orinoco_init()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_wx.c467 sec.encode_alg[key] = SEC_ALG_WEP; in libipw_wx_set_encode()
656 sec.encode_alg[idx] = SEC_ALG_WEP; in libipw_wx_set_encodeext()
660 sec.encode_alg[idx] = SEC_ALG_TKIP; in libipw_wx_set_encodeext()
664 sec.encode_alg[idx] = SEC_ALG_CCMP; in libipw_wx_set_encodeext()
713 if (sec->encode_alg[idx] == SEC_ALG_WEP) in libipw_wx_get_encodeext()
715 else if (sec->encode_alg[idx] == SEC_ALG_TKIP) in libipw_wx_get_encodeext()
717 else if (sec->encode_alg[idx] == SEC_ALG_CCMP) in libipw_wx_get_encodeext()
Dlibipw.h313 u8 encode_alg[WEP_KEYS]; member
Dlibipw_rx.c678 switch (ieee->sec.encode_alg[keyidx]) { in libipw_rx()
Dipw2200.c10721 priv->ieee->sec.encode_alg[i] = sec->encode_alg[i]; in shim__set_security()