Lines Matching refs:encode_alg
243 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()
783 priv->encode_alg = ORINOCO_ALG_TKIP; in orinoco_ioctl_set_encodeext()
844 switch (priv->encode_alg) { in orinoco_ioctl_get_encodeext()