Searched refs:WLAN_CAPABILITY_IBSS (Results 1 - 25 of 32) sorted by relevance

12

/drivers/staging/rtl8712/
H A Dieee80211.h308 #define WLAN_CAPABILITY_IBSS (1<<1) macro
H A Drtl871x_mlme.c304 ((s_cap & WLAN_CAPABILITY_IBSS) ==
305 (d_cap & WLAN_CAPABILITY_IBSS)) &&
/drivers/net/wireless/libertas/
H A Dcfg.c1951 capability = WLAN_CAPABILITY_IBSS;
2003 WLAN_CAPABILITY_IBSS, WLAN_CAPABILITY_IBSS);
/drivers/staging/rtl8723au/core/
H A Drtw_ieee80211.c357 cap = WLAN_CAPABILITY_IBSS;
H A Drtw_mlme.c329 (s_cap & WLAN_CAPABILITY_IBSS) ==
330 (d_cap & WLAN_CAPABILITY_IBSS) &&
/drivers/net/wireless/mwifiex/
H A Djoin.c882 bss_desc->cap_info_bitmap |= WLAN_CAPABILITY_IBSS;
885 tmp_cap |= WLAN_CAPABILITY_IBSS;
H A Dcfg80211.c1561 bss_info.bssid, 0, WLAN_CAPABILITY_IBSS,
1686 WLAN_CAPABILITY_IBSS,
1687 WLAN_CAPABILITY_IBSS);
H A Dsta_ioctl.c173 if (bss_desc->cap_info_bitmap & WLAN_CAPABILITY_IBSS)
/drivers/staging/rtl8192e/
H A Drtllib_softmac.c866 if (ieee->current_network.capability & WLAN_CAPABILITY_IBSS)
923 WLAN_CAPABILITY_IBSS);
1015 WLAN_CAPABILITY_ESS : WLAN_CAPABILITY_IBSS);
1658 WLAN_CAPABILITY_IBSS))
2777 ieee->current_network.capability = WLAN_CAPABILITY_IBSS;
H A Drtllib_rx.c2283 network->erp_value = (network->capability & WLAN_CAPABILITY_IBSS) ?
2364 ((src->capability & WLAN_CAPABILITY_IBSS) ==
2365 (dst->capability & WLAN_CAPABILITY_IBSS)) &&
H A Drtllib_wx.c105 (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) {
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c717 if(ieee->current_network.capability & WLAN_CAPABILITY_IBSS)
775 cpu_to_le16(ieee->current_network.capability & WLAN_CAPABILITY_IBSS);
871 WLAN_CAPABILITY_BSS : WLAN_CAPABILITY_IBSS);
1433 if ((ieee->iw_mode == IW_MODE_ADHOC) && !(net->capability & WLAN_CAPABILITY_IBSS))
2428 ieee->current_network.capability = WLAN_CAPABILITY_IBSS;
H A Dieee80211_rx.c2204 network->erp_value = (network->capability & WLAN_CAPABILITY_IBSS) ?
2283 ((src->capability & WLAN_CAPABILITY_IBSS) ==
2284 (dst->capability & WLAN_CAPABILITY_IBSS)) &&
H A Dieee80211_wx.c100 (WLAN_CAPABILITY_BSS | WLAN_CAPABILITY_IBSS)) {
H A Dieee80211.h684 #define WLAN_CAPABILITY_IBSS (1<<1) macro
/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c1360 (network->capability & WLAN_CAPABILITY_IBSS) ? 0x3 : 0x0;
1419 network->erp_value = (network->capability & WLAN_CAPABILITY_IBSS) ?
H A Dlibipw_wx.c94 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) {
H A Dipw2200.c2352 (priv->assoc_network->capability & WLAN_CAPABILITY_IBSS))
4644 WLAN_CAPABILITY_IBSS))
5512 !(network->capability & WLAN_CAPABILITY_IBSS))) {
5690 !(network->capability & WLAN_CAPABILITY_IBSS))) {
5895 network->capability = WLAN_CAPABILITY_IBSS;
6868 if (network->capability & WLAN_CAPABILITY_IBSS)
6905 if (network->capability & WLAN_CAPABILITY_IBSS)
7038 BUG_ON(!(network->capability & WLAN_CAPABILITY_IBSS));
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h488 #define WLAN_CAPABILITY_IBSS (1<<1) macro
/drivers/staging/rtl8188eu/core/
H A Drtw_mlme.c353 ((s_cap & WLAN_CAPABILITY_IBSS) ==
354 (d_cap & WLAN_CAPABILITY_IBSS)) &&
/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c693 cap_mask = WLAN_CAPABILITY_IBSS;
694 cap_val = WLAN_CAPABILITY_IBSS;
/drivers/net/wireless/hostap/
H A Dhostap_ioctl.c1826 WLAN_CAPABILITY_IBSS)) {
1919 (capabilities & WLAN_CAPABILITY_IBSS)) {
H A Dhostap_ap.c577 if (sta->capability & WLAN_CAPABILITY_IBSS)
2079 capability & WLAN_CAPABILITY_IBSS)
/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c649 (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) {
/drivers/net/wireless/ath/ath5k/
H A Dbase.c1234 if (le16_to_cpu(mgmt->u.beacon.capab_info) & WLAN_CAPABILITY_IBSS) {

Completed in 218 milliseconds

12