Searched refs:ORINOCO_ALG_WEP (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | wext.c | 64 case ORINOCO_ALG_WEP: in orinoco_set_key() 272 if (encode_alg != ORINOCO_ALG_WEP) { in orinoco_ioctl_setiwencode() 274 encode_alg = ORINOCO_ALG_WEP; in orinoco_ioctl_setiwencode() 303 err = orinoco_set_key(priv, index, ORINOCO_ALG_WEP, keybuf, in orinoco_ioctl_setiwencode() 770 priv->encode_alg = ORINOCO_ALG_WEP; in orinoco_ioctl_set_encodeext() 771 err = orinoco_set_key(priv, idx, ORINOCO_ALG_WEP, in orinoco_ioctl_set_encodeext() 850 case ORINOCO_ALG_WEP: in orinoco_ioctl_get_encodeext()
|
H A D | orinoco.h | 48 ORINOCO_ALG_WEP, enumerator
|
H A D | hw.c | 912 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | wext.c | 64 case ORINOCO_ALG_WEP: in orinoco_set_key() 275 if (encode_alg != ORINOCO_ALG_WEP) { in orinoco_ioctl_setiwencode() 277 encode_alg = ORINOCO_ALG_WEP; in orinoco_ioctl_setiwencode() 306 err = orinoco_set_key(priv, index, ORINOCO_ALG_WEP, keybuf, in orinoco_ioctl_setiwencode() 784 priv->encode_alg = ORINOCO_ALG_WEP; in orinoco_ioctl_set_encodeext() 785 err = orinoco_set_key(priv, idx, ORINOCO_ALG_WEP, in orinoco_ioctl_set_encodeext() 864 case ORINOCO_ALG_WEP: in orinoco_ioctl_get_encodeext()
|
H A D | orinoco.h | 48 ORINOCO_ALG_WEP, enumerator
|
H A D | hw.c | 912 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()
|
Completed in 8 milliseconds