Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.h773 int host_decrypt; member
H A Dhostap_ioctl.c2455 local->host_decrypt = value; in prism2_ioctl_priv_prism2_param()
2755 *param = local->host_decrypt; 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()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_module.c102 ieee->host_decrypt = 1; in alloc_rtllib()
H A Drtllib_rx.c1050 if (ieee->host_decrypt) { in rtllib_rx_get_crypt()
1098 if (ieee->host_decrypt && (fc & RTLLIB_FCTL_WEP) && (keyidx < 0)) { in rtllib_rx_decrypt()
1162 if (ieee->host_decrypt && (fc & RTLLIB_FCTL_WEP) && in rtllib_rx_decrypt()
H A Drtllib.h1499 int host_decrypt; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c112 ieee->host_decrypt = 1; in alloc_ieee80211()
H A Dieee80211_rx.c963 if (ieee->host_decrypt) { in ieee80211_rx()
1125 if (ieee->host_decrypt && (fc & IEEE80211_FCTL_WEP) && in ieee80211_rx()
1189 if (ieee->host_decrypt && (fc & IEEE80211_FCTL_WEP) && in ieee80211_rx()
H A Dieee80211.h1692 int host_decrypt; member
H A Dieee80211_softmac.c2839 if (!(ieee->host_encrypt || ieee->host_decrypt) && in ieee80211_wpa_set_encryption()
/OK3568_Linux_fs/kernel/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.h747 int host_decrypt; member
H A Dipw2200.c5946 priv->ieee->host_decrypt = 0; in ipw_set_hw_decrypt_unicast()
5950 priv->ieee->host_decrypt = 1; in ipw_set_hw_decrypt_unicast()
5954 priv->ieee->host_decrypt = 0; in ipw_set_hw_decrypt_unicast()
6764 priv->ieee->host_decrypt = 1; in ipw_wx_set_encodeext()
6769 priv->ieee->host_decrypt = 0; in ipw_wx_set_encodeext()
7709 !priv->ieee->host_mc_decrypt : !priv->ieee->host_decrypt)) in ipw_handle_data_packet()
8524 priv->ieee->host_decrypt = 0; in ipw_sw_reset()
10860 !(priv->ieee->host_encrypt || priv->ieee->host_decrypt)) in ipw_config()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c963 priv->rtllib->host_decrypt = 1; in _rtl92e_init_priv_variable()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr8192U_core.c2110 priv->ieee80211->host_decrypt = 1; in rtl8192_init_priv_variable()