Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c249 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 Dlibipw_module.c158 ieee->host_encrypt = 1; in alloc_libipw()
H A Dlibipw_wx.c307 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 Dlibipw.h744 int host_encrypt; member
H A Dipw2200.c5894 if (priv->ieee->host_encrypt) in ipw_set_hw_decrypt_unicast()
5920 if (priv->ieee->host_encrypt) in ipw_set_hw_decrypt_multicast()
6716 priv->ieee->host_encrypt = 0; in ipw_wx_set_encodeext()
6721 priv->ieee->host_encrypt = 0; in ipw_wx_set_encodeext()
8476 priv->ieee->host_encrypt = 0; in ipw_sw_reset()
10110 if (txb->encrypted && !priv->ieee->host_encrypt) { in ipw_tx_skb()
10690 if (!priv->ieee->host_encrypt && (sec->flags & SEC_ENCRYPT)) in shim__set_security()
10814 !(priv->ieee->host_encrypt || priv->ieee->host_decrypt)) in ipw_config()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c411 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 Dhostap_ap.h232 int host_encrypt; member
H A Dhostap_ioctl.c1191 else if (local->iw_mode == IW_MODE_MASTER && !local->host_encrypt && in prism2_ioctl_siwmode()
1196 local->host_encrypt = 1; in prism2_ioctl_siwmode()
2467 local->host_encrypt = value; in prism2_ioctl_priv_prism2_param()
2770 *param = local->host_encrypt; in prism2_ioctl_priv_get_prism2_param()
3309 local->host_decrypt = local->host_encrypt = 1; in prism2_ioctl_siwencodeext()
3525 local->host_decrypt = local->host_encrypt = 1; in prism2_ioctl_set_encryption()
H A Dhostap_wlan.h774 int host_encrypt; member
H A Dhostap_main.c362 (encrypt_type == OTHER || local->host_encrypt)) in hostap_set_encryption()
H A Dhostap_hw.c2750 if (local->iw_mode == IW_MODE_MASTER && !local->host_encrypt && in prism2_check_sta_fw_version()
2755 local->host_encrypt = 1; in prism2_check_sta_fw_version()
H A Dhostap_ap.c2802 sta->crypt && tx->host_encrypt) { in hostap_handle_sta_tx()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c111 ieee->host_encrypt = 1; in alloc_ieee80211()
H A Dieee80211_softmac.c697 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()
2849 if (!(ieee->host_encrypt || ieee->host_decrypt) && in ieee80211_wpa_set_encryption()
H A Dieee80211_tx.c577 ieee->host_encrypt && crypt && crypt->ops; in ieee80211_xmit()
H A Dieee80211.h1627 int host_encrypt; member
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c1799 (ieee->host_encrypt && crypt && crypt->ops && in GetNmodeSupportBySecCfg8192()
1933 priv->ieee80211->host_encrypt = 1; in rtl8192_init_priv_variable()