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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Ddebugfs_netdev.c92 IEEE80211_IF_FILE(drop_unencrypted, drop_unencrypted, DEC);
188 DEBUGFS_ADD(drop_unencrypted, sta);
210 DEBUGFS_ADD(drop_unencrypted, ap);
227 DEBUGFS_ADD(drop_unencrypted, wds);
236 DEBUGFS_ADD(drop_unencrypted, vlan);
281 DEBUGFS_DEL(drop_unencrypted, sta);
303 DEBUGFS_DEL(drop_unencrypted, ap);
320 DEBUGFS_DEL(drop_unencrypted, wds);
329 DEBUGFS_DEL(drop_unencrypted, vla
[all...]
H A Dieee80211_i.h283 int drop_unencrypted; member in struct:ieee80211_sub_if_data
316 struct dentry *drop_unencrypted; member in struct:ieee80211_sub_if_data::__anon10888::__anon10889
336 struct dentry *drop_unencrypted; member in struct:ieee80211_sub_if_data::__anon10888::__anon10890
351 struct dentry *drop_unencrypted; member in struct:ieee80211_sub_if_data::__anon10888::__anon10891
358 struct dentry *drop_unencrypted; member in struct:ieee80211_sub_if_data::__anon10888::__anon10892
H A Dieee80211_iface.c24 sdata->drop_unencrypted = 0;
H A Dieee80211_ioctl.c1225 sdata->drop_unencrypted = value;
1380 *param = sdata->drop_unencrypted;
H A Dieee80211_sta.c2147 sdata->drop_unencrypted = bss->capability &
2317 sdata->drop_unencrypted = 0;
H A Dieee80211.c471 else if (tx->sdata->drop_unencrypted &&
3607 (rx->key || rx->sdata->drop_unencrypted) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_module.c191 ieee->drop_unencrypted = 0;
H A Dieee80211_wx.c773 ieee->drop_unencrypted = !!wrqu->param.value;
819 wrqu->param.value = ieee->drop_unencrypted;
H A Dieee80211_tx.c306 ieee->drop_unencrypted && ether_type != ETH_P_PAE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211_tx.c492 } else if (local->drop_unencrypted &&
497 "frame (drop_unencrypted=1)\n", dev->name);
H A Dhostap_80211_rx.c976 if (local->drop_unencrypted && !(fc & IEEE80211_FCTL_PROTECTED) &&
980 "frame from " MACSTR " (drop_unencrypted=1)\n",
H A Dhostap_ioctl.c2642 local->drop_unencrypted = value;
2829 *param = local->drop_unencrypted;
3111 local->drop_unencrypted = data->value;
3177 data->value = local->drop_unencrypted;
H A Dhostap_wlan.h855 int drop_unencrypted; member in struct:local_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211.h1025 int drop_unencrypted; member in struct:ieee80211_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2100.c5987 priv->ieee->drop_unencrypted = 0;
7591 * used, drop_unencrypted is set to false, else true -- we
7599 priv->ieee->drop_unencrypted = param->value;
7674 param->value = ieee->drop_unencrypted;
H A Dipw2200.c6559 * used, drop_unencrypted is set to false, else true -- we
6567 priv->ieee->drop_unencrypted = param->value;
6639 param->value = ieee->drop_unencrypted;

Completed in 313 milliseconds