Lines Matching refs:encode_alg
246 enum orinoco_alg encode_alg = priv->encode_alg; in orinoco_ioctl_setiwencode() local
267 if ((priv->has_wpa) && (priv->encode_alg == ORINOCO_ALG_TKIP)) in orinoco_ioctl_setiwencode()
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()
858 switch (priv->encode_alg) { in orinoco_ioctl_get_encodeext()