Home
last modified time | relevance | path

Searched refs:WLAN_CAPABILITY_ESS (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/net/wireless/
Dscan.c560 mask = WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS; in cfg80211_bss_type_match()
563 val = WLAN_CAPABILITY_ESS; in cfg80211_bss_type_match()
1014 if (res->pub.capability & WLAN_CAPABILITY_ESS) in cfg80211_inform_bss_width()
1097 if (res->pub.capability & WLAN_CAPABILITY_ESS) in cfg80211_inform_bss_width_frame()
1576 if (bss->pub.capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS) || in ieee80211_bss()
1582 else if (bss->pub.capability & WLAN_CAPABILITY_ESS) in ieee80211_bss()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dlibipw_wx.c94 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in libipw_translate_scan()
95 if (network->capability & WLAN_CAPABILITY_ESS) in libipw_translate_scan()
Dipw2200.c5688 !(network->capability & WLAN_CAPABILITY_ESS)) || in ipw_best_network()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_wx.c105 (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in rtl819x_translate_scan()
106 if (network->capability & WLAN_CAPABILITY_ESS) in rtl819x_translate_scan()
Drtllib_softmac.c1011 WLAN_CAPABILITY_ESS : WLAN_CAPABILITY_IBSS); in rtllib_assoc_resp()
1273 hdr->capability = cpu_to_le16(WLAN_CAPABILITY_ESS); in rtllib_association_req()
1652 WLAN_CAPABILITY_ESS)) in rtllib_softmac_new_net()
Drtllib_rx.c2312 ((src->capability & WLAN_CAPABILITY_ESS) == in is_same_network()
2313 (dst->capability & WLAN_CAPABILITY_ESS))); in is_same_network()
Drtllib.h807 #define WLAN_CAPABILITY_ESS (1<<0) macro
/linux-4.1.27/include/linux/
Dieee80211.h1541 #define WLAN_CAPABILITY_ESS (1<<0) macro
1550 (!((cap) & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)))
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme.c326 (s_cap & WLAN_CAPABILITY_ESS) == (d_cap & WLAN_CAPABILITY_ESS)); in is_same_network23a()
Drtw_mlme_ext.c4265 if (bssid->capability & WLAN_CAPABILITY_ESS) { in collect_bss_info()
4377 if (caps & WLAN_CAPABILITY_ESS) { in start_clnt_join()
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c649 (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in gelic_wl_translate_scan()
650 if (be16_to_cpu(scan->capability) & WLAN_CAPABILITY_ESS) in gelic_wl_translate_scan()
/linux-4.1.27/drivers/net/wireless/
Datmel.c2926 body.capability = cpu_to_le16(WLAN_CAPABILITY_ESS); in send_association_request()
3009 u8 *bss = capability & WLAN_CAPABILITY_ESS ? header->addr2 : header->addr3; in store_bss_info()
3041 else if (capability & WLAN_CAPABILITY_ESS) in store_bss_info()
Drndis_wlan.c2677 WLAN_CAPABILITY_ESS : WLAN_CAPABILITY_IBSS; in rndis_wlan_craft_connected_bss()
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_ap.c575 if (sta->capability & WLAN_CAPABILITY_ESS) in prism2_ap_proc_show()
1700 *pos = cpu_to_le16(WLAN_CAPABILITY_ESS); in handle_assoc()
Dhostap_ioctl.c1825 if (capabilities & (WLAN_CAPABILITY_ESS | in __prism2_translate_scan()
1827 if (capabilities & WLAN_CAPABILITY_ESS) in __prism2_translate_scan()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c697 cap_val = WLAN_CAPABILITY_ESS; in ath6kl_add_bss_if_needed()
/linux-4.1.27/net/mac80211/
Dmlme.c669 capab = WLAN_CAPABILITY_ESS; in ieee80211_send_assoc()