Home
last modified time | relevance | path

Searched refs:drop_unencrypted (Results 1 – 19 of 19) sorted by relevance

/drivers/staging/rtl8192e/
Drtllib_module.c136 ieee->drop_unencrypted = 0; in alloc_rtllib()
Drtllib_tx.c664 ieee->drop_unencrypted && ether_type != ETH_P_PAE) { in rtllib_xmit_inter()
Drtllib_wx.c747 ieee->drop_unencrypted = data->value; in rtllib_wx_set_auth()
Drtllib.h1561 int drop_unencrypted; member
Drtllib_softmac.c3214 ieee->drop_unencrypted = value; in rtllib_wpa_set_param()
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_module.c150 ieee->drop_unencrypted = 0; in alloc_ieee80211()
Dieee80211_tx.c648 ieee->drop_unencrypted && ether_type != ETH_P_PAE) { in ieee80211_xmit()
Dieee80211_wx.c772 ieee->drop_unencrypted = data->value; in ieee80211_wx_set_auth()
Dieee80211.h1712 int drop_unencrypted; member
Dieee80211_softmac.c2901 ieee->drop_unencrypted = value; in ieee80211_wpa_set_param()
/drivers/net/wireless/ipw2x00/
Dlibipw_module.c198 ieee->drop_unencrypted = 0; in alloc_libipw()
Dlibipw_tx.c306 ieee->drop_unencrypted && ether_type != htons(ETH_P_PAE)) { in libipw_xmit()
Dlibipw.h765 int drop_unencrypted; member
Dipw2100.c6085 priv->ieee->drop_unencrypted = 0; in ipw2100_alloc_device()
7673 priv->ieee->drop_unencrypted = param->value; in ipw2100_wx_set_auth()
7748 param->value = ieee->drop_unencrypted; in ipw2100_wx_get_auth()
Dipw2200.c6675 priv->ieee->drop_unencrypted = param->value; in ipw_wx_set_auth()
6745 param->value = ieee->drop_unencrypted; in ipw_wx_get_auth()
/drivers/net/wireless/hostap/
Dhostap_80211_tx.c502 } else if (local->drop_unencrypted && in hostap_master_start_xmit()
Dhostap_wlan.h864 int drop_unencrypted; member
Dhostap_ioctl.c2648 local->drop_unencrypted = value; in prism2_ioctl_priv_prism2_param()
2835 *param = local->drop_unencrypted; in prism2_ioctl_priv_get_prism2_param()
3116 local->drop_unencrypted = data->value; in prism2_ioctl_siwauth()
3182 data->value = local->drop_unencrypted; in prism2_ioctl_giwauth()
Dhostap_80211_rx.c996 if (local->drop_unencrypted && !(fc & IEEE80211_FCTL_PROTECTED) && in hostap_80211_rx()