/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 | 809 int host_encrypt; member
|
D | ipw2200.c | 6045 if (priv->ieee->host_encrypt) in ipw_set_hw_decrypt_unicast() 6071 if (priv->ieee->host_encrypt) in ipw_set_hw_decrypt_multicast() 6870 priv->ieee->host_encrypt = 0; in ipw_wx_set_encodeext() 6875 priv->ieee->host_encrypt = 0; in ipw_wx_set_encodeext() 8646 priv->ieee->host_encrypt = 0; in ipw_sw_reset() 10289 if (txb->encrypted && !priv->ieee->host_encrypt) { in ipw_tx_skb() 10878 if (!priv->ieee->host_encrypt && (sec->flags & SEC_ENCRYPT)) in shim__set_security() 11002 !(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 | 1179 else if (local->iw_mode == IW_MODE_MASTER && !local->host_encrypt && in prism2_ioctl_siwmode() 1184 local->host_encrypt = 1; in prism2_ioctl_siwmode() 2447 local->host_encrypt = value; in prism2_ioctl_priv_prism2_param() 2750 *param = local->host_encrypt; in prism2_ioctl_priv_get_prism2_param() 3291 local->host_decrypt = local->host_encrypt = 1; in prism2_ioctl_siwencodeext() 3509 local->host_decrypt = local->host_encrypt = 1; in prism2_ioctl_set_encryption()
|
D | hostap_wlan.h | 770 int host_encrypt; member
|
D | hostap_main.c | 369 (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 | 130 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 | 828 encrypt = ieee->host_encrypt && crypt && crypt->ops && in ieee80211_probe_resp() 920 if (ieee->host_encrypt) in ieee80211_assoc_resp() 2838 if (!(ieee->host_encrypt || ieee->host_decrypt) && in ieee80211_wpa_set_encryption()
|
D | ieee80211.h | 912 int host_encrypt; member
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_module.c | 131 ieee->host_encrypt = 1; in alloc_ieee80211()
|
D | ieee80211_softmac.c | 730 encrypt = ieee->host_encrypt && crypt && crypt->ops && in ieee80211_probe_resp() 875 if (ieee->host_encrypt) in ieee80211_assoc_resp() 1012 …encrypt = ieee->host_encrypt && crypt && crypt->ops && ((0 == strcmp(crypt->ops->name,"WEP") || wp… in ieee80211_association_req() 2999 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 | 1891 int host_encrypt; member
|
/drivers/staging/rtl8192e/ |
D | rtllib_module.c | 135 ieee->host_encrypt = 1; in alloc_rtllib()
|
D | rtllib_softmac.c | 875 encrypt = ieee->host_encrypt && crypt && crypt->ops && in rtllib_probe_resp() 1015 if (ieee->host_encrypt) in rtllib_assoc_resp() 1196 encrypt = ieee->host_encrypt && crypt && crypt->ops && in rtllib_association_req() 3387 if (!(ieee->host_encrypt || ieee->host_decrypt) && in rtllib_wpa_set_encryption() 3569 || (ieee->host_encrypt && crypt && crypt->ops && in rtllib_ap_sec_type()
|
D | rtllib_tx.c | 650 ieee->host_encrypt && crypt && crypt->ops; in rtllib_xmit_inter()
|
D | rtllib.h | 2161 int host_encrypt; member
|
/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 2590 …encrypt = (network->capability & WLAN_CAPABILITY_PRIVACY) || (ieee->host_encrypt && crypt && crypt… in GetNmodeSupportBySecCfg8192() 2739 priv->ieee80211->host_encrypt = 1; in rtl8192_init_priv_variable()
|
/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.c | 1201 priv->rtllib->host_encrypt = 1; in rtl8192_init_priv_variable()
|