| /Linux-v6.1/drivers/staging/rtl8712/ |
| D | ieee80211.c | 176 *(__le16 *)ie |= cpu_to_le16(WLAN_CAPABILITY_IBSS); in r8712_generate_ie()
|
| D | rtl871x_mlme.c | 249 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network() 250 (d_cap & WLAN_CAPABILITY_IBSS)) && in is_same_network()
|
| /Linux-v6.1/drivers/staging/rtl8192u/ieee80211/ |
| D | ieee80211_softmac.c | 685 if (ieee->current_network.capability & WLAN_CAPABILITY_IBSS) in ieee80211_probe_resp() 739 cpu_to_le16(ieee->current_network.capability & WLAN_CAPABILITY_IBSS); in ieee80211_probe_resp() 829 WLAN_CAPABILITY_BSS : WLAN_CAPABILITY_IBSS); in ieee80211_assoc_resp() 1358 if ((ieee->iw_mode == IW_MODE_ADHOC) && !(net->capability & WLAN_CAPABILITY_IBSS)) in ieee80211_softmac_new_net() 2302 ieee->current_network.capability = WLAN_CAPABILITY_IBSS; in ieee80211_start_ibss_wq()
|
| D | ieee80211_rx.c | 2038 network->erp_value = (network->capability & WLAN_CAPABILITY_IBSS) ? in ieee80211_network_init() 2117 ((src->capability & WLAN_CAPABILITY_IBSS) == in is_same_network() 2118 (dst->capability & WLAN_CAPABILITY_IBSS)) && in is_same_network()
|
| D | ieee80211_wx.c | 85 (WLAN_CAPABILITY_BSS | WLAN_CAPABILITY_IBSS)) { in rtl819x_translate_scan()
|
| D | ieee80211.h | 580 #define WLAN_CAPABILITY_IBSS (1<<1) macro
|
| /Linux-v6.1/drivers/staging/rtl8192e/ |
| D | rtllib_softmac.c | 840 if (ieee->current_network.capability & WLAN_CAPABILITY_IBSS) in rtllib_probe_resp() 896 WLAN_CAPABILITY_IBSS); in rtllib_probe_resp() 987 WLAN_CAPABILITY_ESS : WLAN_CAPABILITY_IBSS); in rtllib_assoc_resp() 1620 WLAN_CAPABILITY_IBSS)) in rtllib_softmac_new_net() 2666 ieee->current_network.capability = WLAN_CAPABILITY_IBSS; in rtllib_start_ibss_wq()
|
| D | rtllib_rx.c | 2310 network->erp_value = (network->capability & WLAN_CAPABILITY_IBSS) ? in rtllib_network_init() 2390 ((src->capability & WLAN_CAPABILITY_IBSS) == in is_same_network() 2391 (dst->capability & WLAN_CAPABILITY_IBSS)) && in is_same_network()
|
| D | rtllib_wx.c | 79 (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in rtl819x_translate_scan()
|
| D | rtllib.h | 511 #define WLAN_CAPABILITY_IBSS (1<<1) macro
|
| /Linux-v6.1/drivers/staging/r8188eu/include/ |
| D | ieee80211.h | 304 #define WLAN_CAPABILITY_IBSS (1<<1) macro
|
| /Linux-v6.1/drivers/net/wireless/marvell/mwifiex/ |
| D | join.c | 938 bss_desc->cap_info_bitmap |= WLAN_CAPABILITY_IBSS; in mwifiex_cmd_802_11_ad_hoc_start() 939 tmp_cap = WLAN_CAPABILITY_IBSS; in mwifiex_cmd_802_11_ad_hoc_start()
|
| D | sta_ioctl.c | 167 if (bss_desc->cap_info_bitmap & WLAN_CAPABILITY_IBSS) in mwifiex_fill_new_bss_desc()
|
| /Linux-v6.1/net/mac80211/ |
| D | ibss.c | 487 u16 capability = WLAN_CAPABILITY_IBSS; in ieee80211_ibss_csa_beacon() 1132 if (!(cbss->capability & WLAN_CAPABILITY_IBSS)) in ieee80211_rx_bss_info() 1343 capability = WLAN_CAPABILITY_IBSS; in ieee80211_sta_create_ibss()
|
| /Linux-v6.1/drivers/net/wireless/intel/ipw2x00/ |
| D | libipw_rx.c | 1321 (network->capability & WLAN_CAPABILITY_IBSS) ? 0x3 : 0x0; in libipw_handle_assoc_resp() 1380 network->erp_value = (network->capability & WLAN_CAPABILITY_IBSS) ? in libipw_network_init()
|
| D | libipw_wx.c | 80 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in libipw_translate_scan()
|
| D | ipw2200.c | 2326 (priv->assoc_network->capability & WLAN_CAPABILITY_IBSS)) in ipw_adapter_restart() 4617 WLAN_CAPABILITY_IBSS)) in ipw_rx_notification() 5486 !(network->capability & WLAN_CAPABILITY_IBSS))) { in ipw_find_adhoc_network() 5664 !(network->capability & WLAN_CAPABILITY_IBSS))) { in ipw_best_network() 5869 network->capability = WLAN_CAPABILITY_IBSS; in ipw_adhoc_create() 6839 if (network->capability & WLAN_CAPABILITY_IBSS) in ipw_qos_handle_probe_response() 6876 if (network->capability & WLAN_CAPABILITY_IBSS) in ipw_qos_handle_probe_response() 7009 BUG_ON(!(network->capability & WLAN_CAPABILITY_IBSS)); in ipw_qos_association()
|
| /Linux-v6.1/drivers/staging/rtl8723bs/core/ |
| D | rtw_ieee80211.c | 303 *(__le16 *)ie |= cpu_to_le16(WLAN_CAPABILITY_IBSS); in rtw_generate_ie()
|
| D | rtw_mlme.c | 404 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network() 405 (d_cap & WLAN_CAPABILITY_IBSS)) && in is_same_network()
|
| /Linux-v6.1/net/wireless/ |
| D | scan.c | 1409 mask = WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS; in cfg80211_bss_type_match() 1415 val = WLAN_CAPABILITY_IBSS; in cfg80211_bss_type_match() 3163 if (bss->pub.capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS) || in ieee80211_bss()
|
| /Linux-v6.1/drivers/staging/r8188eu/core/ |
| D | rtw_mlme.c | 374 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network() 375 (d_cap & WLAN_CAPABILITY_IBSS)) && in is_same_network()
|
| /Linux-v6.1/include/linux/ |
| D | ieee80211.h | 3021 #define WLAN_CAPABILITY_IBSS (1<<1) macro 3029 (!((cap) & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)))
|
| /Linux-v6.1/drivers/net/wireless/marvell/libertas/ |
| D | cfg.c | 1890 capability = WLAN_CAPABILITY_IBSS; in lbs_ibss_start_new()
|
| /Linux-v6.1/drivers/net/wireless/intersil/hostap/ |
| D | hostap_ap.c | 547 if (sta->capability & WLAN_CAPABILITY_IBSS) in prism2_ap_proc_show() 2017 capability & WLAN_CAPABILITY_IBSS) in handle_beacon()
|
| D | hostap_ioctl.c | 1816 WLAN_CAPABILITY_IBSS)) { in __prism2_translate_scan() 1909 (capabilities & WLAN_CAPABILITY_IBSS)) { in __prism2_translate_scan()
|