Searched refs:WLAN_CAPABILITY_PRIVACY (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dibss.c107 sdata->drop_unencrypted = capability & WLAN_CAPABILITY_PRIVACY ? 1 : 0;
538 capability |= WLAN_CAPABILITY_PRIVACY;
574 capability |= WLAN_CAPABILITY_PRIVACY;
583 WLAN_CAPABILITY_IBSS | WLAN_CAPABILITY_PRIVACY,
946 capability |= WLAN_CAPABILITY_PRIVACY;
951 WLAN_CAPABILITY_PRIVACY,
H A Dwork.c263 if (wk->assoc.capability & WLAN_CAPABILITY_PRIVACY)
264 capab |= WLAN_CAPABILITY_PRIVACY;
428 capa_val |= WLAN_CAPABILITY_PRIVACY;
432 WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_PRIVACY,
H A Dmlme.c2076 wk->probe_auth.privacy = req->bss->capability & WLAN_CAPABILITY_PRIVACY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dsme.c251 capa |= WLAN_CAPABILITY_PRIVACY;
256 WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_PRIVACY,
H A Dscan.c910 if (bss->pub.capability & WLAN_CAPABILITY_PRIVACY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac.c830 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
925 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
1090 if (beacon->capability & WLAN_CAPABILITY_PRIVACY )
1091 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
H A Dieee80211_wx.c104 if (network->capability & WLAN_CAPABILITY_PRIVACY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_wx.c113 if (network->capability & WLAN_CAPABILITY_PRIVACY)
H A Dipw2200.c5589 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) {
5598 capability & WLAN_CAPABILITY_PRIVACY ? "on" :
5816 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) {
5825 WLAN_CAPABILITY_PRIVACY ? "on" : "off");
5963 network->capability |= WLAN_CAPABILITY_PRIVACY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_wx.c119 if (network->capability & WLAN_CAPABILITY_PRIVACY)
H A Dieee80211.h691 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro
H A Dieee80211_softmac.c824 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_softmac.c841 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
939 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
1162 if (beacon->capability & WLAN_CAPABILITY_PRIVACY )
1163 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
H A Dieee80211_wx.c119 if (network->capability & WLAN_CAPABILITY_PRIVACY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c118 if (network->capability & WLAN_CAPABILITY_PRIVACY)
H A Dieee80211.h671 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro
H A Dieee80211_softmac.c813 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h997 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h666 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro
H A Dr8192E_core.c358 encrypt = (ieee->current_network.capability & WLAN_CAPABILITY_PRIVACY) ||\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_ap.c546 if (sta->capability & WLAN_CAPABILITY_PRIVACY)
2425 if (sta->capability & WLAN_CAPABILITY_PRIVACY)
H A Dhostap_ioctl.c1847 if (capabilities & WLAN_CAPABILITY_PRIVACY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dps3_gelic_wireless.c639 if (be16_to_cpu(scan->capability) & WLAN_CAPABILITY_PRIVACY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c2947 body.capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
3054 priv->BSSinfo[index].UsingWEP = capability & WLAN_CAPABILITY_PRIVACY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_core.c2603 encrypt = (network->capability & WLAN_CAPABILITY_PRIVACY) || (ieee->host_encrypt && crypt && crypt->ops && (0 == strcmp(crypt->ops->name,"WEP")));

Completed in 230 milliseconds

12