drop_unencrypted 6071 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	priv->ieee->drop_unencrypted = 0;
drop_unencrypted 7659 drivers/net/wireless/intel/ipw2x00/ipw2100.c 			priv->ieee->drop_unencrypted = param->value;
drop_unencrypted 7732 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		param->value = ieee->drop_unencrypted;
drop_unencrypted 6650 drivers/net/wireless/intel/ipw2x00/ipw2200.c 			priv->ieee->drop_unencrypted = param->value;
drop_unencrypted 6720 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		param->value = ieee->drop_unencrypted;
drop_unencrypted  761 drivers/net/wireless/intel/ipw2x00/libipw.h 	int drop_unencrypted;
drop_unencrypted  175 drivers/net/wireless/intel/ipw2x00/libipw_module.c 	ieee->drop_unencrypted = 0;
drop_unencrypted  292 drivers/net/wireless/intel/ipw2x00/libipw_tx.c 	    ieee->drop_unencrypted && ether_type != htons(ETH_P_PAE)) {
drop_unencrypted  995 drivers/net/wireless/intersil/hostap/hostap_80211_rx.c 	if (local->drop_unencrypted && !(fc & IEEE80211_FCTL_PROTECTED) &&
drop_unencrypted  503 drivers/net/wireless/intersil/hostap/hostap_80211_tx.c 	} else if (local->drop_unencrypted &&
drop_unencrypted 2649 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 		local->drop_unencrypted = value;
drop_unencrypted 2836 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 		*param = local->drop_unencrypted;
drop_unencrypted 3113 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 		local->drop_unencrypted = data->value;
drop_unencrypted 3179 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 		data->value = local->drop_unencrypted;
drop_unencrypted  866 drivers/net/wireless/intersil/hostap/hostap_wlan.h 	int drop_unencrypted;
drop_unencrypted 1506 drivers/staging/rtl8192e/rtllib.h 	int drop_unencrypted;
drop_unencrypted  117 drivers/staging/rtl8192e/rtllib_module.c 	ieee->drop_unencrypted = 0;
drop_unencrypted  647 drivers/staging/rtl8192e/rtllib_tx.c 		    ieee->drop_unencrypted && ether_type != ETH_P_PAE) {
drop_unencrypted  732 drivers/staging/rtl8192e/rtllib_wx.c 		ieee->drop_unencrypted = data->value;
drop_unencrypted 1707 drivers/staging/rtl8192u/ieee80211/ieee80211.h 	int drop_unencrypted;
drop_unencrypted  147 drivers/staging/rtl8192u/ieee80211/ieee80211_module.c 	ieee->drop_unencrypted = 0;
drop_unencrypted 2744 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 		ieee->drop_unencrypted = value;
drop_unencrypted  582 drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c 		ieee->drop_unencrypted && ether_type != ETH_P_PAE) {
drop_unencrypted  747 drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c 		ieee->drop_unencrypted = data->value;