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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211.h2035 int drop_unencrypted; member in struct:ieee80211_device
H A Dieee80211_softmac.c2644 * used, drop_unencrypted is set to false, else true -- we
2652 ieee->drop_unencrypted = value;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h1881 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.h1887 int drop_unencrypted; member in struct:ieee80211_device
H A Dieee80211_softmac.c2518 * used, drop_unencrypted is set to false, else true -- we
2526 ieee->drop_unencrypted = value;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2100.c6088 priv->ieee->drop_unencrypted = 0;
7689 * used, drop_unencrypted is set to false, else true -- we
7697 priv->ieee->drop_unencrypted = param->value;
7772 param->value = ieee->drop_unencrypted;
H A Dipw2200.c6732 * used, drop_unencrypted is set to false, else true -- we
6740 priv->ieee->drop_unencrypted = param->value;
6812 param->value = ieee->drop_unencrypted;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac.c2728 * used, drop_unencrypted is set to false, else true -- we
2736 ieee->drop_unencrypted = value;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Drx.c1422 (rx->key || rx->sdata->drop_unencrypted)))
H A Dtx.c516 else if (tx->sdata->drop_unencrypted &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_softmac.c2959 * used, drop_unencrypted is set to false, else true -- we
2967 ieee->drop_unencrypted = value;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_core.c5568 * Make sure that drop_unencrypted is initialized as "0"
5569 * No packets will be sent in non-security mode if we had set drop_unencrypted.
5571 * drop_unencrypted remains as "1", which is set by wpa_supplicant. 2008/12/04.john
5573 priv->ieee80211->drop_unencrypted = 0;

Completed in 320 milliseconds

12