Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c80 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in libipw_translate_scan()
81 if (network->capability & WLAN_CAPABILITY_ESS) in libipw_translate_scan()
H A Dipw2200.c5619 !(network->capability & WLAN_CAPABILITY_ESS)) || in ipw_best_network()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_wx.c74 (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in rtl819x_translate_scan()
75 if (network->capability & WLAN_CAPABILITY_ESS) in rtl819x_translate_scan()
H A Drtllib_softmac.c1087 hdr->capability = cpu_to_le16(WLAN_CAPABILITY_ESS); in rtllib_association_req()
1445 WLAN_CAPABILITY_ESS)) in rtllib_softmac_new_net()
H A Drtllib_rx.c2337 ((src->capability & WLAN_CAPABILITY_ESS) == in is_same_network()
2338 (dst->capability & WLAN_CAPABILITY_ESS))); in is_same_network()
H A Drtllib.h471 #define WLAN_CAPABILITY_ESS (1<<0) macro
/openbmc/linux/net/wireless/
H A Dscan.c1480 mask = WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS; in cfg80211_bss_type_match()
1483 val = WLAN_CAPABILITY_ESS; in cfg80211_bss_type_match()
2091 if (data->capability & WLAN_CAPABILITY_ESS) in cfg80211_inform_single_bss_data()
2871 if (capability & WLAN_CAPABILITY_ESS) in cfg80211_inform_single_bss_frame_data()
3537 if (bss->pub.capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS) || in ieee80211_bss()
3543 else if (bss->pub.capability & WLAN_CAPABILITY_ESS) in ieee80211_bss()
/openbmc/linux/drivers/net/wireless/virtual/
H A Dvirt_wifi.c156 WLAN_CAPABILITY_ESS, 0, in virt_wifi_inform_bss()
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Devent.c217 WLAN_CAPABILITY_ESS, 100, in qtnf_event_handle_bss_join()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_mlme.c251 ((s_cap & WLAN_CAPABILITY_ESS) == in is_same_network()
252 (d_cap & WLAN_CAPABILITY_ESS)); in is_same_network()
H A Drtl871x_ioctl_linux.c265 if (cap & (WLAN_CAPABILITY_IBSS | WLAN_CAPABILITY_ESS)) { in translate_scan()
266 if (cap & WLAN_CAPABILITY_ESS) in translate_scan()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c637 (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in gelic_wl_translate_scan()
638 if (be16_to_cpu(scan->capability) & WLAN_CAPABILITY_ESS) in gelic_wl_translate_scan()
/openbmc/linux/drivers/staging/ks7010/
H A Dks_wlan_net.c1212 if (capabilities & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in ks_wlan_translate_scan()
1213 iwe.u.mode = (capabilities & WLAN_CAPABILITY_ESS) ? in ks_wlan_translate_scan()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c397 ((s_cap & WLAN_CAPABILITY_ESS) == in is_same_network()
398 (d_cap & WLAN_CAPABILITY_ESS)); in is_same_network()
H A Drtw_mlme_ext.c4141 if (caps&WLAN_CAPABILITY_ESS) { in start_clnt_join()
/openbmc/linux/include/linux/
H A Dieee80211.h3155 #define WLAN_CAPABILITY_ESS (1<<0) macro
3164 (!((cap) & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)))
/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c2897 body.capability = cpu_to_le16(WLAN_CAPABILITY_ESS); in send_association_request()
2980 u8 *bss = capability & WLAN_CAPABILITY_ESS ? header->addr2 : header->addr3; in store_bss_info()
3012 else if (capability & WLAN_CAPABILITY_ESS) in store_bss_info()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c545 if (sta->capability & WLAN_CAPABILITY_ESS) in prism2_ap_proc_show()
1638 *pos = cpu_to_le16(WLAN_CAPABILITY_ESS); in handle_assoc()
H A Dhostap_ioctl.c1844 if (capabilities & (WLAN_CAPABILITY_ESS | in __prism2_translate_scan()
1846 if (capabilities & WLAN_CAPABILITY_ESS) in __prism2_translate_scan()
/openbmc/linux/drivers/net/wireless/legacy/
H A Drndis_wlan.c2654 WLAN_CAPABILITY_ESS : WLAN_CAPABILITY_IBSS; in rndis_wlan_craft_connected_bss()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c696 cap_val = WLAN_CAPABILITY_ESS; in ath6kl_add_bss_if_needed()
/openbmc/linux/net/mac80211/
H A Dmlme.c1387 u16 capab = WLAN_CAPABILITY_ESS, link_capab; in ieee80211_send_assoc()