Home
last modified time | relevance | path

Searched refs:host_encrypt (Results 1 – 25 of 27) sorted by relevance

12

/drivers/net/wireless/ipw2x00/
Dlibipw_tx.c263 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()
Dlibipw_module.c195 ieee->host_encrypt = 1; in alloc_libipw()
Dlibipw_wx.c324 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()
Dlibipw.h809 int host_encrypt; member
Dipw2200.c6045 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/
Dhostap_80211_tx.c410 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()
Dhostap_ap.h231 int host_encrypt; member
Dhostap_ioctl.c1179 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()
Dhostap_wlan.h770 int host_encrypt; member
Dhostap_main.c369 (encrypt_type == OTHER || local->host_encrypt)) in hostap_set_encryption()
Dhostap_hw.c2766 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/
Dieee80211_module.c130 ieee->host_encrypt = 1; in alloc_ieee80211()
Dieee80211_tx.c354 ieee->host_encrypt && crypt && crypt->ops; in ieee80211_rtl_xmit()
Dieee80211_softmac.c828 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()
Dieee80211.h912 int host_encrypt; member
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_module.c131 ieee->host_encrypt = 1; in alloc_ieee80211()
Dieee80211_softmac.c730 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()
Dieee80211_tx.c639 ieee->host_encrypt && crypt && crypt->ops; in ieee80211_xmit()
Dieee80211.h1891 int host_encrypt; member
/drivers/staging/rtl8192e/
Drtllib_module.c135 ieee->host_encrypt = 1; in alloc_rtllib()
Drtllib_softmac.c875 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()
Drtllib_tx.c650 ieee->host_encrypt && crypt && crypt->ops; in rtllib_xmit_inter()
Drtllib.h2161 int host_encrypt; member
/drivers/staging/rtl8192u/
Dr8192U_core.c2590 …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/
Drtl_core.c1201 priv->rtllib->host_encrypt = 1; in rtl8192_init_priv_variable()

12