Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_module.c114 ieee->drop_unencrypted = 0; in alloc_rtllib()
H A Drtllib_tx.c638 ieee->drop_unencrypted && ether_type != ETH_P_PAE) { in rtllib_xmit_inter()
H A Drtllib_wx.c679 ieee->drop_unencrypted = data->value; in rtllib_wx_set_auth()
H A Drtllib.h1444 int drop_unencrypted; member
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c130 ieee->drop_unencrypted = 0; in alloc_ieee80211()
H A Dieee80211_tx.c580 ieee->drop_unencrypted && ether_type != ETH_P_PAE) { in ieee80211_xmit()
H A Dieee80211_wx.c746 ieee->drop_unencrypted = data->value; in ieee80211_wx_set_auth()
H A Dieee80211.h1644 int drop_unencrypted; member
H A Dieee80211_softmac.c2757 ieee->drop_unencrypted = value; in ieee80211_wpa_set_param()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_module.c175 ieee->drop_unencrypted = 0; in alloc_libipw()
H A Dlibipw_tx.c292 ieee->drop_unencrypted && ether_type != htons(ETH_P_PAE)) { in libipw_xmit()
H A Dlibipw.h759 int drop_unencrypted; member
H A Dipw2100.c6056 priv->ieee->drop_unencrypted = 0; in ipw2100_alloc_device()
7625 priv->ieee->drop_unencrypted = param->value; in ipw2100_wx_set_auth()
7698 param->value = ieee->drop_unencrypted; in ipw2100_wx_get_auth()
H A Dipw2200.c6605 priv->ieee->drop_unencrypted = param->value; in ipw_wx_set_auth()
6675 param->value = ieee->drop_unencrypted; in ipw_wx_get_auth()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c503 } else if (local->drop_unencrypted && in hostap_master_start_xmit()
H A Dhostap_wlan.h868 int drop_unencrypted; member
H A Dhostap_ioctl.c2667 local->drop_unencrypted = value; in prism2_ioctl_priv_prism2_param()
2854 *param = local->drop_unencrypted; in prism2_ioctl_priv_get_prism2_param()
3132 local->drop_unencrypted = data->value; in prism2_ioctl_siwauth()
3199 data->value = local->drop_unencrypted; in prism2_ioctl_giwauth()
H A Dhostap_80211_rx.c995 if (local->drop_unencrypted && !(fc & IEEE80211_FCTL_PROTECTED) && in hostap_80211_rx()