| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_tx.c | 249 int encrypt, host_encrypt, host_encrypt_msdu; in libipw_xmit() local 288 host_encrypt = ieee->host_encrypt && encrypt && crypt; in libipw_xmit() 301 if (host_encrypt) in libipw_xmit() 337 if ((host_encrypt || host_encrypt_msdu) && in libipw_xmit() 366 if (host_encrypt || ieee->host_open_frag) { in libipw_xmit() 386 if (host_encrypt && crypt && crypt->ops) in libipw_xmit() 420 if (host_encrypt) in libipw_xmit() 454 if (host_encrypt) in libipw_xmit() 485 if (host_encrypt) in libipw_xmit()
|
| H A D | libipw_module.c | 158 ieee->host_encrypt = 1; in alloc_libipw()
|
| H A D | libipw_wx.c | 307 int host_crypto = ieee->host_encrypt || ieee->host_decrypt; in libipw_wx_set_encode() 563 !(ieee->host_encrypt || ieee->host_decrypt || in libipw_wx_set_encodeext()
|
| H A D | libipw.h | 745 int host_encrypt; member
|
| H A D | ipw2200.c | 5940 if (priv->ieee->host_encrypt) in ipw_set_hw_decrypt_unicast() 5966 if (priv->ieee->host_encrypt) in ipw_set_hw_decrypt_multicast() 6762 priv->ieee->host_encrypt = 0; in ipw_wx_set_encodeext() 6767 priv->ieee->host_encrypt = 0; in ipw_wx_set_encodeext() 8522 priv->ieee->host_encrypt = 0; in ipw_sw_reset() 10156 if (txb->encrypted && !priv->ieee->host_encrypt) { in ipw_tx_skb() 10736 if (!priv->ieee->host_encrypt && (sec->flags & SEC_ENCRYPT)) in shim__set_security() 10860 !(priv->ieee->host_encrypt || priv->ieee->host_decrypt)) in ipw_config()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/ |
| H A D | hostap_80211_tx.c | 411 if (local->host_encrypt) { in hostap_master_start_xmit() 415 tx.host_encrypt = 1; in hostap_master_start_xmit() 418 tx.host_encrypt = 0; in hostap_master_start_xmit()
|
| H A D | hostap_ap.h | 232 int host_encrypt; member
|
| H A D | hostap_ioctl.c | 1181 else if (local->iw_mode == IW_MODE_MASTER && !local->host_encrypt && in prism2_ioctl_siwmode() 1186 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() 3287 local->host_decrypt = local->host_encrypt = 1; in prism2_ioctl_siwencodeext() 3502 local->host_decrypt = local->host_encrypt = 1; in prism2_ioctl_set_encryption()
|
| H A D | hostap_wlan.h | 772 int host_encrypt; member
|
| H A D | hostap_main.c | 362 (encrypt_type == OTHER || local->host_encrypt)) in hostap_set_encryption()
|
| H A D | hostap_hw.c | 2746 if (local->iw_mode == IW_MODE_MASTER && !local->host_encrypt && in prism2_check_sta_fw_version() 2751 local->host_encrypt = 1; in prism2_check_sta_fw_version()
|
| H A D | hostap_ap.c | 2802 sta->crypt && tx->host_encrypt) { in hostap_handle_sta_tx()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/ |
| H A D | rtllib_module.c | 101 ieee->host_encrypt = 1; in alloc_rtllib()
|
| H A D | rtllib_softmac.c | 857 encrypt = ieee->host_encrypt && crypt && crypt->ops && in rtllib_probe_resp() 995 if (ieee->host_encrypt) in rtllib_assoc_resp() 1175 encrypt = ieee->host_encrypt && crypt && crypt->ops && in rtllib_association_req() 3135 || (ieee->host_encrypt && crypt && crypt->ops && in rtllib_ap_sec_type()
|
| H A D | rtllib_tx.c | 645 ieee->host_encrypt && crypt && crypt->ops; in rtllib_xmit_inter()
|
| H A D | rtllib.h | 1498 int host_encrypt; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/ |
| H A D | ieee80211_module.c | 111 ieee->host_encrypt = 1; in alloc_ieee80211()
|
| H A D | ieee80211_softmac.c | 697 encrypt = ieee->host_encrypt && crypt && crypt->ops && in ieee80211_probe_resp() 834 if (ieee->host_encrypt) in ieee80211_assoc_resp() 969 …encrypt = ieee->host_encrypt && crypt && crypt->ops && ((0 == strcmp(crypt->ops->name, "WEP") || w… in ieee80211_association_req() 2839 if (!(ieee->host_encrypt || ieee->host_decrypt) && in ieee80211_wpa_set_encryption()
|
| H A D | ieee80211_tx.c | 577 ieee->host_encrypt && crypt && crypt->ops; in ieee80211_xmit()
|
| H A D | ieee80211.h | 1690 int host_encrypt; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ |
| H A D | r8192U_core.c | 1975 (ieee->host_encrypt && crypt && crypt->ops && in GetNmodeSupportBySecCfg8192() 2109 priv->ieee80211->host_encrypt = 1; in rtl8192_init_priv_variable()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/ |
| H A D | rtl_core.c | 962 priv->rtllib->host_encrypt = 1; in _rtl92e_init_priv_variable()
|