/drivers/net/wireless/ipw2x00/ |
D | libipw_tx.c | 263 int encrypt, host_encrypt, host_encrypt_msdu; in libipw_xmit() local 302 host_encrypt = ieee->host_encrypt && encrypt && crypt; in libipw_xmit() 315 if (host_encrypt) in libipw_xmit() 351 if ((host_encrypt || host_encrypt_msdu) && in libipw_xmit() 380 if (host_encrypt || ieee->host_open_frag) { in libipw_xmit() 400 if (host_encrypt) in libipw_xmit() 434 if (host_encrypt) in libipw_xmit() 469 if (host_encrypt) in libipw_xmit() 502 if (host_encrypt) in libipw_xmit()
|
D | libipw_module.c | 195 ieee->host_encrypt = 1; in alloc_libipw()
|
D | libipw_wx.c | 324 int host_crypto = ieee->host_encrypt || ieee->host_decrypt; in libipw_wx_set_encode() 583 !(ieee->host_encrypt || ieee->host_decrypt || in libipw_wx_set_encodeext()
|
D | libipw.h | 754 int host_encrypt; member
|
D | ipw2200.c | 6048 if (priv->ieee->host_encrypt) in ipw_set_hw_decrypt_unicast() 6074 if (priv->ieee->host_encrypt) in ipw_set_hw_decrypt_multicast() 6871 priv->ieee->host_encrypt = 0; in ipw_wx_set_encodeext() 6876 priv->ieee->host_encrypt = 0; in ipw_wx_set_encodeext() 8645 priv->ieee->host_encrypt = 0; in ipw_sw_reset() 10281 if (txb->encrypted && !priv->ieee->host_encrypt) { in ipw_tx_skb() 10870 if (!priv->ieee->host_encrypt && (sec->flags & SEC_ENCRYPT)) in shim__set_security() 10994 !(priv->ieee->host_encrypt || priv->ieee->host_decrypt)) in ipw_config()
|
/drivers/net/wireless/hostap/ |
D | hostap_80211_tx.c | 410 if (local->host_encrypt) { in hostap_master_start_xmit() 414 tx.host_encrypt = 1; in hostap_master_start_xmit() 417 tx.host_encrypt = 0; in hostap_master_start_xmit()
|
D | hostap_ap.h | 231 int host_encrypt; member
|
D | hostap_ioctl.c | 1180 else if (local->iw_mode == IW_MODE_MASTER && !local->host_encrypt && in prism2_ioctl_siwmode() 1185 local->host_encrypt = 1; in prism2_ioctl_siwmode() 2448 local->host_encrypt = value; in prism2_ioctl_priv_prism2_param() 2751 *param = local->host_encrypt; in prism2_ioctl_priv_get_prism2_param() 3291 local->host_decrypt = local->host_encrypt = 1; in prism2_ioctl_siwencodeext() 3506 local->host_decrypt = local->host_encrypt = 1; in prism2_ioctl_set_encryption()
|
D | hostap_wlan.h | 769 int host_encrypt; member
|
D | hostap_main.c | 368 (encrypt_type == OTHER || local->host_encrypt)) in hostap_set_encryption()
|
D | hostap_hw.c | 2766 if (local->iw_mode == IW_MODE_MASTER && !local->host_encrypt && in prism2_check_sta_fw_version() 2771 local->host_encrypt = 1; in prism2_check_sta_fw_version()
|
/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_module.c | 127 ieee->host_encrypt = 1; in alloc_ieee80211()
|
D | ieee80211_tx.c | 354 ieee->host_encrypt && crypt && crypt->ops; in ieee80211_rtl_xmit()
|
D | ieee80211_softmac.c | 829 encrypt = ieee->host_encrypt && crypt && crypt->ops && in ieee80211_probe_resp() 921 if (ieee->host_encrypt) in ieee80211_assoc_resp() 2831 if (!(ieee->host_encrypt || ieee->host_decrypt) && in ieee80211_wpa_set_encryption()
|
D | ieee80211.h | 912 int host_encrypt; member
|
/drivers/staging/rtl8192e/ |
D | rtllib_module.c | 135 ieee->host_encrypt = 1; in alloc_rtllib()
|
D | rtllib_softmac.c | 876 encrypt = ieee->host_encrypt && crypt && crypt->ops && in rtllib_probe_resp() 1016 if (ieee->host_encrypt) in rtllib_assoc_resp() 1197 encrypt = ieee->host_encrypt && crypt && crypt->ops && in rtllib_association_req() 3380 if (!(ieee->host_encrypt || ieee->host_decrypt) && in rtllib_wpa_set_encryption() 3561 || (ieee->host_encrypt && crypt && crypt->ops && in rtllib_ap_sec_type()
|
D | rtllib_tx.c | 649 ieee->host_encrypt && crypt && crypt->ops; in rtllib_xmit_inter()
|
D | rtllib.h | 2161 int host_encrypt; member
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_module.c | 131 ieee->host_encrypt = 1; in alloc_ieee80211()
|
D | ieee80211_softmac.c | 732 encrypt = ieee->host_encrypt && crypt && crypt->ops && in ieee80211_probe_resp() 877 if (ieee->host_encrypt) in ieee80211_assoc_resp() 1014 …encrypt = ieee->host_encrypt && crypt && crypt->ops && ((0 == strcmp(crypt->ops->name,"WEP") || wp… in ieee80211_association_req() 2993 if (!(ieee->host_encrypt || ieee->host_decrypt) && in ieee80211_wpa_set_encryption()
|
D | ieee80211_tx.c | 639 ieee->host_encrypt && crypt && crypt->ops; in ieee80211_xmit()
|
D | ieee80211.h | 1890 int host_encrypt; member
|
/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 2530 …encrypt = (network->capability & WLAN_CAPABILITY_PRIVACY) || (ieee->host_encrypt && crypt && crypt… in GetNmodeSupportBySecCfg8192() 2679 priv->ieee80211->host_encrypt = 1; in rtl8192_init_priv_variable()
|
/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.c | 1200 priv->rtllib->host_encrypt = 1; in rtl8192_init_priv_variable()
|