/linux-4.4.14/drivers/staging/rtl8712/ |
D | ieee80211.h | 309 #define WLAN_CAPABILITY_IBSS (1<<1) macro
|
D | rtl871x_mlme.c | 295 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network() 296 (d_cap & WLAN_CAPABILITY_IBSS)) && in is_same_network()
|
D | rtl871x_ioctl_linux.c | 203 if (cap & (WLAN_CAPABILITY_IBSS | WLAN_CAPABILITY_BSS)) { in translate_scan()
|
/linux-4.4.14/net/wireless/ |
D | scan.c | 559 mask = WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS; in cfg80211_bss_type_match() 565 val = WLAN_CAPABILITY_IBSS; in cfg80211_bss_type_match() 1577 if (bss->pub.capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS) || in ieee80211_bss()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 714 if(ieee->current_network.capability & WLAN_CAPABILITY_IBSS) in ieee80211_probe_resp() 772 cpu_to_le16(ieee->current_network.capability & WLAN_CAPABILITY_IBSS); in ieee80211_probe_resp() 867 WLAN_CAPABILITY_BSS : WLAN_CAPABILITY_IBSS); in ieee80211_assoc_resp() 1423 if ((ieee->iw_mode == IW_MODE_ADHOC) && !(net->capability & WLAN_CAPABILITY_IBSS)) in ieee80211_softmac_new_net() 2418 ieee->current_network.capability = WLAN_CAPABILITY_IBSS; in ieee80211_start_ibss_wq()
|
D | ieee80211_rx.c | 2184 network->erp_value = (network->capability & WLAN_CAPABILITY_IBSS) ? in ieee80211_network_init() 2263 ((src->capability & WLAN_CAPABILITY_IBSS) == in is_same_network() 2264 (dst->capability & WLAN_CAPABILITY_IBSS)) && in is_same_network()
|
D | ieee80211_wx.c | 100 (WLAN_CAPABILITY_BSS | WLAN_CAPABILITY_IBSS)) { in rtl819x_translate_scan()
|
D | ieee80211.h | 588 #define WLAN_CAPABILITY_IBSS (1<<1) macro
|
/linux-4.4.14/include/linux/ |
D | ieee80211.h | 1543 #define WLAN_CAPABILITY_IBSS (1<<1) macro 1551 (!((cap) & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)))
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | join.c | 928 bss_desc->cap_info_bitmap |= WLAN_CAPABILITY_IBSS; in mwifiex_cmd_802_11_ad_hoc_start() 929 tmp_cap = WLAN_CAPABILITY_IBSS; in mwifiex_cmd_802_11_ad_hoc_start()
|
D | sta_ioctl.c | 179 if (bss_desc->cap_info_bitmap & WLAN_CAPABILITY_IBSS) in mwifiex_fill_new_bss_desc()
|
D | cfg80211.c | 2003 bss_info.bssid, 0, WLAN_CAPABILITY_IBSS, in mwifiex_cfg80211_inform_ibss_bss()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 844 if (ieee->current_network.capability & WLAN_CAPABILITY_IBSS) in rtllib_probe_resp() 901 WLAN_CAPABILITY_IBSS); in rtllib_probe_resp() 993 WLAN_CAPABILITY_ESS : WLAN_CAPABILITY_IBSS); in rtllib_assoc_resp() 1638 WLAN_CAPABILITY_IBSS)) in rtllib_softmac_new_net() 2685 ieee->current_network.capability = WLAN_CAPABILITY_IBSS; in rtllib_start_ibss_wq()
|
D | rtllib_rx.c | 2353 network->erp_value = (network->capability & WLAN_CAPABILITY_IBSS) ? in rtllib_network_init() 2433 ((src->capability & WLAN_CAPABILITY_IBSS) == in is_same_network() 2434 (dst->capability & WLAN_CAPABILITY_IBSS)) && in is_same_network()
|
D | rtllib_wx.c | 101 (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in rtl819x_translate_scan()
|
D | rtllib.h | 568 #define WLAN_CAPABILITY_IBSS (1<<1) macro
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_ieee80211.c | 357 cap = WLAN_CAPABILITY_IBSS; in rtw_generate_ie23a()
|
D | rtw_mlme.c | 324 (s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network23a() 325 (d_cap & WLAN_CAPABILITY_IBSS) && in is_same_network23a()
|
D | rtw_mlme_ext.c | 4316 if (caps & WLAN_CAPABILITY_IBSS) { /* adhoc master */ in start_create_ibss() 4388 } else if (caps & WLAN_CAPABILITY_IBSS) { /* adhoc client */ in start_clnt_join()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 1349 (network->capability & WLAN_CAPABILITY_IBSS) ? 0x3 : 0x0; in libipw_handle_assoc_resp() 1408 network->erp_value = (network->capability & WLAN_CAPABILITY_IBSS) ? in libipw_network_init()
|
D | libipw_wx.c | 94 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in libipw_translate_scan()
|
D | ipw2200.c | 2352 (priv->assoc_network->capability & WLAN_CAPABILITY_IBSS)) in ipw_adapter_restart() 4644 WLAN_CAPABILITY_IBSS)) in ipw_rx_notification() 5512 !(network->capability & WLAN_CAPABILITY_IBSS))) { in ipw_find_adhoc_network() 5690 !(network->capability & WLAN_CAPABILITY_IBSS))) { in ipw_best_network() 5895 network->capability = WLAN_CAPABILITY_IBSS; in ipw_adhoc_create() 6868 if (network->capability & WLAN_CAPABILITY_IBSS) in ipw_qos_handle_probe_response() 6905 if (network->capability & WLAN_CAPABILITY_IBSS) in ipw_qos_handle_probe_response() 7038 BUG_ON(!(network->capability & WLAN_CAPABILITY_IBSS)); in ipw_qos_association()
|
/linux-4.4.14/net/mac80211/ |
D | ibss.c | 1135 if (!(cbss->capability & WLAN_CAPABILITY_IBSS)) in ieee80211_rx_bss_info() 1338 capability = WLAN_CAPABILITY_IBSS; in ieee80211_sta_create_ibss()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 354 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network() 355 (d_cap & WLAN_CAPABILITY_IBSS)) && in is_same_network()
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_ap.c | 577 if (sta->capability & WLAN_CAPABILITY_IBSS) in prism2_ap_proc_show() 2079 capability & WLAN_CAPABILITY_IBSS) in handle_beacon()
|
D | hostap_ioctl.c | 1826 WLAN_CAPABILITY_IBSS)) { in __prism2_translate_scan() 1919 (capabilities & WLAN_CAPABILITY_IBSS)) { in __prism2_translate_scan()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | cfg.c | 1950 capability = WLAN_CAPABILITY_IBSS; in lbs_ibss_start_new()
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 649 (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in gelic_wl_translate_scan()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | base.c | 1248 if (le16_to_cpu(mgmt->u.beacon.capab_info) & WLAN_CAPABILITY_IBSS) { in ath5k_check_ibss_tsf()
|
/linux-4.4.14/drivers/net/wireless/ |
D | rndis_wlan.c | 2677 WLAN_CAPABILITY_ESS : WLAN_CAPABILITY_IBSS; in rndis_wlan_craft_connected_bss()
|
D | atmel.c | 3039 if (capability & WLAN_CAPABILITY_IBSS) in store_bss_info()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 694 cap_val = WLAN_CAPABILITY_IBSS; in ath6kl_add_bss_if_needed()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 2961 WLAN_CAPABILITY_IBSS) { in brcmf_cfg80211_escan_handler()
|