Searched refs:drop_unencrypted (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Ddebugfs_netdev.c142 IEEE80211_IF_FILE(drop_unencrypted, drop_unencrypted, DEC);
283 DEBUGFS_ADD(drop_unencrypted);
296 DEBUGFS_ADD(drop_unencrypted);
307 DEBUGFS_ADD(drop_unencrypted);
316 DEBUGFS_ADD(drop_unencrypted);
H A Dibss.c107 sdata->drop_unencrypted = capability & WLAN_CAPABILITY_PRIVACY ? 1 : 0;
540 sdata->drop_unencrypted = 0;
H A Dieee80211_i.h490 int drop_unencrypted; member in struct:ieee80211_sub_if_data
H A Diface.c919 sdata->drop_unencrypted = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_module.c146 ieee->drop_unencrypted = 0;
H A Dieee80211_tx.c356 ieee->drop_unencrypted && ether_type != ETH_P_PAE) {
H A Dieee80211.h894 int drop_unencrypted; member in struct:ieee80211_device
H A Dieee80211_wx.c682 ieee->drop_unencrypted = data->value;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_module.c212 ieee->drop_unencrypted = 0;
H A Dlibipw_tx.c306 ieee->drop_unencrypted && ether_type != htons(ETH_P_PAE)) {
H A Dlibipw.h810 int drop_unencrypted; member in struct:libipw_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_module.c152 ieee->drop_unencrypted = 0;
H A Dieee80211_tx.c653 ieee->drop_unencrypted && ether_type != ETH_P_PAE) {
H A Dieee80211_wx.c790 ieee->drop_unencrypted = data->value;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_module.c150 ieee->drop_unencrypted = 0;
H A Dieee80211_tx.c652 ieee->drop_unencrypted && ether_type != ETH_P_PAE) {
H A Dieee80211_wx.c696 ieee->drop_unencrypted = data->value;
H A Dieee80211.h1229 int drop_unencrypted; member in struct:ieee80211_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c152 ieee->drop_unencrypted = 0;
H A Dieee80211_tx.c641 ieee->drop_unencrypted && ether_type != ETH_P_PAE) {
H A Dieee80211_wx.c791 ieee->drop_unencrypted = data->value;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c499 } else if (local->drop_unencrypted &&
504 "frame (drop_unencrypted=1)\n", dev->name);
H A Dhostap_80211_rx.c986 if (local->drop_unencrypted && !(fc & IEEE80211_FCTL_PROTECTED) &&
990 "frame from %pM (drop_unencrypted=1)\n",
H A Dhostap_ioctl.c2621 local->drop_unencrypted = value;
2808 *param = local->drop_unencrypted;
3089 local->drop_unencrypted = data->value;
3155 data->value = local->drop_unencrypted;
H A Dhostap_wlan.h863 int drop_unencrypted; member in struct:local_info

Completed in 163 milliseconds

12