Searched refs:WLAN_CAPABILITY_IBSS (Results 1 – 25 of 36) sorted by relevance
12
176 *(__le16 *)ie |= cpu_to_le16(WLAN_CAPABILITY_IBSS); in r8712_generate_ie()
249 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network()250 (d_cap & WLAN_CAPABILITY_IBSS)) && in is_same_network()
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()2296 ieee->current_network.capability = WLAN_CAPABILITY_IBSS; in ieee80211_start_ibss_wq()
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()
85 (WLAN_CAPABILITY_BSS | WLAN_CAPABILITY_IBSS)) { in rtl819x_translate_scan()
580 #define WLAN_CAPABILITY_IBSS (1<<1) macro
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()1625 WLAN_CAPABILITY_IBSS)) in rtllib_softmac_new_net()2667 ieee->current_network.capability = WLAN_CAPABILITY_IBSS; in rtllib_start_ibss_wq()
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()
88 (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in rtl819x_translate_scan()
511 #define WLAN_CAPABILITY_IBSS (1<<1) macro
950 bss_desc->cap_info_bitmap |= WLAN_CAPABILITY_IBSS; in mwifiex_cmd_802_11_ad_hoc_start()951 tmp_cap = WLAN_CAPABILITY_IBSS; in mwifiex_cmd_802_11_ad_hoc_start()
179 if (bss_desc->cap_info_bitmap & WLAN_CAPABILITY_IBSS) in mwifiex_fill_new_bss_desc()
490 u16 capability = WLAN_CAPABILITY_IBSS; in ieee80211_ibss_csa_beacon()1131 if (!(cbss->capability & WLAN_CAPABILITY_IBSS)) in ieee80211_rx_bss_info()1342 capability = WLAN_CAPABILITY_IBSS; in ieee80211_sta_create_ibss()
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()
80 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in libipw_translate_scan()
2329 (priv->assoc_network->capability & WLAN_CAPABILITY_IBSS)) in ipw_adapter_restart()4620 WLAN_CAPABILITY_IBSS)) in ipw_rx_notification()5489 !(network->capability & WLAN_CAPABILITY_IBSS))) { in ipw_find_adhoc_network()5667 !(network->capability & WLAN_CAPABILITY_IBSS))) { in ipw_best_network()5872 network->capability = WLAN_CAPABILITY_IBSS; in ipw_adhoc_create()6842 if (network->capability & WLAN_CAPABILITY_IBSS) in ipw_qos_handle_probe_response()6879 if (network->capability & WLAN_CAPABILITY_IBSS) in ipw_qos_handle_probe_response()7012 BUG_ON(!(network->capability & WLAN_CAPABILITY_IBSS)); in ipw_qos_association()
409 #define WLAN_CAPABILITY_IBSS (1<<1) macro
1398 mask = WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS; in cfg80211_bss_type_match()1404 val = WLAN_CAPABILITY_IBSS; in cfg80211_bss_type_match()3086 if (bss->pub.capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS) || in ieee80211_bss()
2621 #define WLAN_CAPABILITY_IBSS (1<<1) macro2629 (!((cap) & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)))
307 *(__le16 *)ie |= cpu_to_le16(WLAN_CAPABILITY_IBSS); in rtw_generate_ie()
404 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network()405 (d_cap & WLAN_CAPABILITY_IBSS)) && in is_same_network()
384 ((s_cap & WLAN_CAPABILITY_IBSS) == in is_same_network()385 (d_cap & WLAN_CAPABILITY_IBSS)) && in is_same_network()
1891 capability = WLAN_CAPABILITY_IBSS; in lbs_ibss_start_new()
547 if (sta->capability & WLAN_CAPABILITY_IBSS) in prism2_ap_proc_show()2017 capability & WLAN_CAPABILITY_IBSS) in handle_beacon()
1816 WLAN_CAPABILITY_IBSS)) { in __prism2_translate_scan()1909 (capabilities & WLAN_CAPABILITY_IBSS)) { in __prism2_translate_scan()
Completed in 135 milliseconds