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

/drivers/staging/rtl8723au/core/
H A Drtw_ieee80211.c363 cap |= WLAN_CAPABILITY_PRIVACY;
755 if (pnetwork->network.capability & WLAN_CAPABILITY_PRIVACY) {
H A Drtw_wlan_util.c948 if (val16 & WLAN_CAPABILITY_PRIVACY)
1059 if (cur_network->capability & WLAN_CAPABILITY_PRIVACY) {
1090 if (cur_network->capability & WLAN_CAPABILITY_PRIVACY) {
1129 if (cur_network->capability & WLAN_CAPABILITY_PRIVACY) {
H A Drtw_mlme_ext.c4280 if (bssid->capability & WLAN_CAPABILITY_PRIVACY)
/drivers/staging/rtl8712/
H A Dieee80211.h311 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro
H A Drtl871x_ioctl_linux.c259 if (cap & WLAN_CAPABILITY_PRIVACY)
/drivers/staging/rtl8188eu/core/
H A Drtw_wlan_util.c1136 if (rtw_get_capability((struct wlan_bssid_ex *)cur_network) & WLAN_CAPABILITY_PRIVACY) {
1167 if (rtw_get_capability((struct wlan_bssid_ex *)cur_network) & WLAN_CAPABILITY_PRIVACY) {
1203 if (rtw_get_capability((struct wlan_bssid_ex *)cur_network) & WLAN_CAPABILITY_PRIVACY) {
H A Drtw_ieee80211.c1236 if (cap & WLAN_CAPABILITY_PRIVACY) {
/drivers/net/wireless/mwifiex/
H A Djoin.c893 tmp_cap |= WLAN_CAPABILITY_PRIVACY;
1141 tmp_cap |= WLAN_CAPABILITY_PRIVACY;
H A Dsta_ioctl.c167 if (bss_desc->cap_info_bitmap & WLAN_CAPABILITY_PRIVACY) {
/drivers/staging/rtl8192e/
H A Drtllib_softmac.c935 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
1030 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
1278 if (beacon->capability & WLAN_CAPABILITY_PRIVACY)
1279 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
3576 encrypt = (ieee->current_network.capability & WLAN_CAPABILITY_PRIVACY)
H A Drtllib_wx.c126 if (network->capability & WLAN_CAPABILITY_PRIVACY)
H A Drtllib.h860 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro
/drivers/net/wireless/ipw2x00/
H A Dlibipw_wx.c114 if (network->capability & WLAN_CAPABILITY_PRIVACY)
H A Dipw2200.c5580 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) {
5587 capability & WLAN_CAPABILITY_PRIVACY ? "on" :
5767 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) {
5774 WLAN_CAPABILITY_PRIVACY ? "on" : "off");
5899 network->capability |= WLAN_CAPABILITY_PRIVACY;
10785 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && !sec->enabled) ||
10787 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && sec->enabled))) {
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h491 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c784 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
884 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
1097 if (beacon->capability & WLAN_CAPABILITY_PRIVACY )
1098 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
H A Dieee80211_wx.c118 if (network->capability & WLAN_CAPABILITY_PRIVACY)
H A Dieee80211.h687 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro
/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c639 if (be16_to_cpu(scan->capability) & WLAN_CAPABILITY_PRIVACY)
/drivers/net/wireless/hostap/
H A Dhostap_ap.c579 if (sta->capability & WLAN_CAPABILITY_PRIVACY)
2502 if (sta->capability & WLAN_CAPABILITY_PRIVACY)
H A Dhostap_ioctl.c1874 if (capabilities & WLAN_CAPABILITY_PRIVACY)
/drivers/net/wireless/
H A Datmel.c2938 body.capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY);
3045 priv->BSSinfo[index].UsingWEP = capability & WLAN_CAPABILITY_PRIVACY;
/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c199 if (cap & WLAN_CAPABILITY_PRIVACY)
/drivers/staging/rtl8192u/
H A Dr8192U_core.c2023 encrypt = (network->capability & WLAN_CAPABILITY_PRIVACY) || (ieee->host_encrypt && crypt && crypt->ops && (0 == strcmp(crypt->ops->name, "WEP")));

Completed in 225 milliseconds