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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dsme.c246 u16 capa = WLAN_CAPABILITY_ESS;
256 WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_PRIVACY,
474 WLAN_CAPABILITY_ESS,
475 WLAN_CAPABILITY_ESS);
568 WLAN_CAPABILITY_ESS, WLAN_CAPABILITY_ESS);
H A Dmlme.c417 WLAN_CAPABILITY_ESS, WLAN_CAPABILITY_ESS);
516 WLAN_CAPABILITY_ESS, WLAN_CAPABILITY_ESS);
H A Dscan.c560 if (res->pub.capability & WLAN_CAPABILITY_ESS)
622 if (res->pub.capability & WLAN_CAPABILITY_ESS)
1013 if (bss->pub.capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS) ||
1019 else if (bss->pub.capability & WLAN_CAPABILITY_ESS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dwork.c254 capab = WLAN_CAPABILITY_ESS;
425 u16 capa_val = WLAN_CAPABILITY_ESS;
432 WLAN_CAPABILITY_ESS | 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.c93 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) {
94 if (network->capability & WLAN_CAPABILITY_ESS)
H A Dipw2200.c5714 !(network->capability & WLAN_CAPABILITY_ESS)) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dcfg.c1279 WLAN_CAPABILITY_ESS, WLAN_CAPABILITY_ESS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h993 #define WLAN_CAPABILITY_ESS (1<<0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dps3_gelic_wireless.c649 (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) {
650 if (be16_to_cpu(scan->capability) & WLAN_CAPABILITY_ESS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c2945 body.capability = cpu_to_le16(WLAN_CAPABILITY_ESS);
3028 u8 *bss = capability & WLAN_CAPABILITY_ESS ? header->addr2 : header->addr3;
3060 else if (capability & WLAN_CAPABILITY_ESS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_ap.c542 if (sta->capability & WLAN_CAPABILITY_ESS)
1632 *pos = cpu_to_le16(WLAN_CAPABILITY_ESS);
H A Dhostap_ioctl.c1798 if (capabilities & (WLAN_CAPABILITY_ESS |
1800 if (capabilities & WLAN_CAPABILITY_ESS)

Completed in 265 milliseconds