Home
last modified time | relevance | path

Searched refs:host_decrypt (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_rx.c780 if (local->host_decrypt) { in hostap_80211_rx()
822 fc & IEEE80211_FCTL_PROTECTED && local->host_decrypt && in hostap_80211_rx()
911 if (local->host_decrypt && (fc & IEEE80211_FCTL_PROTECTED) && in hostap_80211_rx()
918 if (local->host_decrypt && (fc & IEEE80211_FCTL_PROTECTED) && in hostap_80211_rx()
975 if (local->host_decrypt && (fc & IEEE80211_FCTL_PROTECTED) && in hostap_80211_rx()
H A Dhostap_main.c356 ((local->ieee_802_1x || local->wpa) && local->host_decrypt)) in hostap_set_encryption()
367 (encrypt_type == OTHER || local->host_decrypt)) in hostap_set_encryption()
H A Dhostap_wlan.h775 int host_decrypt; member
H A Dhostap_ioctl.c2474 local->host_decrypt = value; in prism2_ioctl_priv_prism2_param()
2774 *param = local->host_decrypt; 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()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c112 ieee->host_decrypt = 1; in alloc_ieee80211()
H A Dieee80211_rx.c962 if (ieee->host_decrypt) { in ieee80211_rx()
1124 if (ieee->host_decrypt && (fc & IEEE80211_FCTL_WEP)) { in ieee80211_rx()
1190 if (ieee->host_decrypt && (fc & IEEE80211_FCTL_WEP) && in ieee80211_rx()
H A Dieee80211.h1629 int host_decrypt; member
H A Dieee80211_softmac.c2849 if (!(ieee->host_encrypt || ieee->host_decrypt) && in ieee80211_wpa_set_encryption()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_module.c159 ieee->host_decrypt = 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_rx.c417 ieee->host_mc_decrypt : ieee->host_decrypt; in libipw_rx()
466 fc & IEEE80211_FCTL_PROTECTED && ieee->host_decrypt && in libipw_rx()
H A Dlibipw.h746 int host_decrypt; member
H A Dipw2200.c5900 priv->ieee->host_decrypt = 0; in ipw_set_hw_decrypt_unicast()
5904 priv->ieee->host_decrypt = 1; in ipw_set_hw_decrypt_unicast()
5908 priv->ieee->host_decrypt = 0; in ipw_set_hw_decrypt_unicast()
6718 priv->ieee->host_decrypt = 1; in ipw_wx_set_encodeext()
6723 priv->ieee->host_decrypt = 0; in ipw_wx_set_encodeext()
7663 !priv->ieee->host_mc_decrypt : !priv->ieee->host_decrypt)) in ipw_handle_data_packet()
8478 priv->ieee->host_decrypt = 0; in ipw_sw_reset()
10814 !(priv->ieee->host_encrypt || priv->ieee->host_decrypt)) in ipw_config()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c1934 priv->ieee80211->host_decrypt = 1; in rtl8192_init_priv_variable()