Searched refs:host_decrypt (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211_rx.c764 if (local->host_decrypt) {
797 fc & IEEE80211_FCTL_PROTECTED && local->host_decrypt &&
892 if (local->host_decrypt && (fc & IEEE80211_FCTL_PROTECTED) &&
899 if (local->host_decrypt && (fc & IEEE80211_FCTL_PROTECTED) &&
956 if (local->host_decrypt && (fc & IEEE80211_FCTL_PROTECTED) &&
H A Dhostap_main.c368 ((local->ieee_802_1x || local->wpa) && local->host_decrypt))
379 (encrypt_type == OTHER || local->host_decrypt))
H A Dhostap_ioctl.c2205 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, 0, "host_decrypt" },
2450 local->host_decrypt = value;
2749 *param = local->host_decrypt;
3287 local->host_decrypt = local->host_encrypt = 1;
3504 local->host_decrypt = local->host_encrypt = 1;
H A Dhostap_wlan.h762 int host_decrypt; member in struct:local_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_module.c171 ieee->host_decrypt = 1;
H A Dieee80211_wx.c310 int host_crypto = ieee->host_encrypt || ieee->host_decrypt || ieee->host_build_iv;
579 !(ieee->host_encrypt || ieee->host_decrypt ||
H A Dieee80211_rx.c415 ieee->host_mc_decrypt : ieee->host_decrypt;
465 fc & IEEE80211_FCTL_PROTECTED && ieee->host_decrypt &&
578 // ieee->host_decrypt && (fc & IEEE80211_FCTL_PROTECTED) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_wx.c696 bcm->ieee->host_decrypt = !!on;
H A Dbcm43xx_main.c3977 bcm->ieee->host_decrypt = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211.h1011 int host_decrypt; member in struct:ieee80211_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c5907 priv->ieee->host_decrypt = 0;
5911 priv->ieee->host_decrypt = 1;
5915 priv->ieee->host_decrypt = 0;
6682 priv->ieee->host_decrypt = 1;
6687 priv->ieee->host_decrypt = 0;
7634 !priv->ieee->host_mc_decrypt : !priv->ieee->host_decrypt))
8457 priv->ieee->host_decrypt = 0;
10897 !(priv->ieee->host_encrypt || priv->ieee->host_decrypt))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c1230 ieee->host_decrypt = 1;

Completed in 134 milliseconds