WLAN_CAPABILITY_ESS  637 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 	    (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) {
WLAN_CAPABILITY_ESS  638 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 		if (be16_to_cpu(scan->capability) & WLAN_CAPABILITY_ESS)
WLAN_CAPABILITY_ESS  696 drivers/net/wireless/ath/ath6kl/cfg80211.c 		cap_val = WLAN_CAPABILITY_ESS;
WLAN_CAPABILITY_ESS 2903 drivers/net/wireless/atmel/atmel.c 	body.capability = cpu_to_le16(WLAN_CAPABILITY_ESS);
WLAN_CAPABILITY_ESS 2986 drivers/net/wireless/atmel/atmel.c 	u8 *bss = capability & WLAN_CAPABILITY_ESS ? header->addr2 : header->addr3;
WLAN_CAPABILITY_ESS 3018 drivers/net/wireless/atmel/atmel.c 	else if (capability & WLAN_CAPABILITY_ESS)
WLAN_CAPABILITY_ESS 5664 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	     !(network->capability & WLAN_CAPABILITY_ESS)) ||
WLAN_CAPABILITY_ESS   80 drivers/net/wireless/intel/ipw2x00/libipw_wx.c 	if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) {
WLAN_CAPABILITY_ESS   81 drivers/net/wireless/intel/ipw2x00/libipw_wx.c 		if (network->capability & WLAN_CAPABILITY_ESS)
WLAN_CAPABILITY_ESS  545 drivers/net/wireless/intersil/hostap/hostap_ap.c 	if (sta->capability & WLAN_CAPABILITY_ESS)
WLAN_CAPABILITY_ESS 1638 drivers/net/wireless/intersil/hostap/hostap_ap.c 		*pos = cpu_to_le16(WLAN_CAPABILITY_ESS);
WLAN_CAPABILITY_ESS 1826 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 	if (capabilities & (WLAN_CAPABILITY_ESS |
WLAN_CAPABILITY_ESS 1828 drivers/net/wireless/intersil/hostap/hostap_ioctl.c 		if (capabilities & WLAN_CAPABILITY_ESS)
WLAN_CAPABILITY_ESS  225 drivers/net/wireless/quantenna/qtnfmac/event.c 					  WLAN_CAPABILITY_ESS, 100,
WLAN_CAPABILITY_ESS 2665 drivers/net/wireless/rndis_wlan.c 				WLAN_CAPABILITY_ESS : WLAN_CAPABILITY_IBSS;
WLAN_CAPABILITY_ESS  176 drivers/net/wireless/virt_wifi.c 					   WLAN_CAPABILITY_ESS, 0,
WLAN_CAPABILITY_ESS 1211 drivers/staging/ks7010/ks_wlan_net.c 	if (capabilities & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) {
WLAN_CAPABILITY_ESS 1212 drivers/staging/ks7010/ks_wlan_net.c 		iwe.u.mode = (capabilities & WLAN_CAPABILITY_ESS) ?
WLAN_CAPABILITY_ESS  313 drivers/staging/rtl8188eu/core/rtw_mlme.c 		((s_cap & WLAN_CAPABILITY_ESS) ==
WLAN_CAPABILITY_ESS  314 drivers/staging/rtl8188eu/core/rtw_mlme.c 		(d_cap & WLAN_CAPABILITY_ESS)));
WLAN_CAPABILITY_ESS  173 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c 		if (cap & WLAN_CAPABILITY_ESS)
WLAN_CAPABILITY_ESS 2415 drivers/staging/rtl8192e/rtllib_rx.c 		((src->capability & WLAN_CAPABILITY_ESS) ==
WLAN_CAPABILITY_ESS 2416 drivers/staging/rtl8192e/rtllib_rx.c 		(dst->capability & WLAN_CAPABILITY_ESS)));
WLAN_CAPABILITY_ESS  988 drivers/staging/rtl8192e/rtllib_softmac.c 		WLAN_CAPABILITY_ESS : WLAN_CAPABILITY_IBSS);
WLAN_CAPABILITY_ESS 1247 drivers/staging/rtl8192e/rtllib_softmac.c 	hdr->capability = cpu_to_le16(WLAN_CAPABILITY_ESS);
WLAN_CAPABILITY_ESS 1623 drivers/staging/rtl8192e/rtllib_softmac.c 	    WLAN_CAPABILITY_ESS))
WLAN_CAPABILITY_ESS   88 drivers/staging/rtl8192e/rtllib_wx.c 	    (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) {
WLAN_CAPABILITY_ESS   89 drivers/staging/rtl8192e/rtllib_wx.c 		if (network->capability & WLAN_CAPABILITY_ESS)
WLAN_CAPABILITY_ESS  411 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 			WLAN_CAPABILITY_ESS, WLAN_CAPABILITY_ESS);
WLAN_CAPABILITY_ESS 2154 include/linux/ieee80211.h 	(!((cap) & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)))
WLAN_CAPABILITY_ESS  711 net/mac80211/mlme.c 	capab = WLAN_CAPABILITY_ESS;
WLAN_CAPABILITY_ESS  892 net/wireless/scan.c 		mask = WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS;
WLAN_CAPABILITY_ESS  895 net/wireless/scan.c 			val = WLAN_CAPABILITY_ESS;
WLAN_CAPABILITY_ESS 1449 net/wireless/scan.c 		if (res->pub.capability & WLAN_CAPABILITY_ESS)
WLAN_CAPABILITY_ESS 1868 net/wireless/scan.c 		if (res->pub.capability & WLAN_CAPABILITY_ESS)
WLAN_CAPABILITY_ESS 2515 net/wireless/scan.c 	if (bss->pub.capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS) ||
WLAN_CAPABILITY_ESS 2521 net/wireless/scan.c 		else if (bss->pub.capability & WLAN_CAPABILITY_ESS)