Searched refs:encode_alg (Results 1 – 8 of 8) sorted by relevance
243 enum orinoco_alg encode_alg = priv->encode_alg; in orinoco_ioctl_setiwencode() local264 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 …]
119 enum orinoco_alg encode_alg; member
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()954 if (priv->encode_alg == ORINOCO_ALG_WEP) { in __orinoco_hw_setup_enc()
368 do_mic = ((priv->encode_alg == ORINOCO_ALG_TKIP) && in orinoco_process_xmit_skb()2092 priv->encode_alg = ORINOCO_ALG_NONE; in orinoco_init()
453 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()
308 u8 encode_alg[WEP_KEYS]; member
674 switch (ieee->sec.encode_alg[keyidx]) { in libipw_rx()
10685 priv->ieee->sec.encode_alg[i] = sec->encode_alg[i]; in shim__set_security()