Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/intersil/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.h119 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.c368 do_mic = ((priv->encode_alg == ORINOCO_ALG_TKIP) && in orinoco_process_xmit_skb()
2092 priv->encode_alg = ORINOCO_ALG_NONE; in orinoco_init()
/Linux-v5.15/drivers/net/wireless/intel/ipw2x00/
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()
Dlibipw.h308 u8 encode_alg[WEP_KEYS]; member
Dlibipw_rx.c674 switch (ieee->sec.encode_alg[keyidx]) { in libipw_rx()
Dipw2200.c10685 priv->ieee->sec.encode_alg[i] = sec->encode_alg[i]; in shim__set_security()