Searched refs:WLAN_CAPABILITY_ESS (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_io.c156 capability = cpu_to_le16(WLAN_CAPABILITY_ESS);
163 (WLAN_CAPABILITY_ESS|WLAN_CAPABILITY_IBSS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dieee80211.h216 #define WLAN_CAPABILITY_ESS (1<<0) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_iface.c185 ifsta->capab = WLAN_CAPABILITY_ESS;
H A Dieee80211_sta.c2067 if (!(bss->capability & WLAN_CAPABILITY_ESS))
2812 if (bss->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) {
2815 if (bss->capability & WLAN_CAPABILITY_ESS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_wx.c83 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) {
84 if (network->capability & WLAN_CAPABILITY_ESS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211.h205 #define WLAN_CAPABILITY_ESS (1<<0) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Datmel.c2888 body.capability = cpu_to_le16(WLAN_CAPABILITY_ESS);
2971 u8 *bss = capability & WLAN_CAPABILITY_ESS ? header->addr2 : header->addr3;
3003 else if (capability & WLAN_CAPABILITY_ESS)
H A Dipw2200.c5589 !(network->capability & WLAN_CAPABILITY_ESS)) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.c547 if (sta->capability & WLAN_CAPABILITY_ESS)
1645 *pos = __constant_cpu_to_le16(WLAN_CAPABILITY_ESS);
H A Dhostap_ioctl.c1822 if (capabilities & (WLAN_CAPABILITY_ESS |
1824 if (capabilities & WLAN_CAPABILITY_ESS)

Completed in 175 milliseconds