Home
last modified time | relevance | path

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

/Linux-v5.4/net/wireless/
Dscan.c892 mask = WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS; in cfg80211_bss_type_match()
895 val = WLAN_CAPABILITY_ESS; in cfg80211_bss_type_match()
1449 if (res->pub.capability & WLAN_CAPABILITY_ESS) in cfg80211_inform_single_bss_data()
1868 if (res->pub.capability & WLAN_CAPABILITY_ESS) in cfg80211_inform_single_bss_frame_data()
2511 if (bss->pub.capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS) || in ieee80211_bss()
2517 else if (bss->pub.capability & WLAN_CAPABILITY_ESS) in ieee80211_bss()
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
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()
Dipw2200.c5663 !(network->capability & WLAN_CAPABILITY_ESS)) || in ipw_best_network()
/Linux-v5.4/drivers/staging/rtl8192e/
Drtllib_wx.c88 (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in rtl819x_translate_scan()
89 if (network->capability & WLAN_CAPABILITY_ESS) in rtl819x_translate_scan()
Drtllib_softmac.c988 WLAN_CAPABILITY_ESS : WLAN_CAPABILITY_IBSS); in rtllib_assoc_resp()
1247 hdr->capability = cpu_to_le16(WLAN_CAPABILITY_ESS); in rtllib_association_req()
1623 WLAN_CAPABILITY_ESS)) in rtllib_softmac_new_net()
Drtllib_rx.c2415 ((src->capability & WLAN_CAPABILITY_ESS) == in is_same_network()
2416 (dst->capability & WLAN_CAPABILITY_ESS))); in is_same_network()
Drtllib.h510 #define WLAN_CAPABILITY_ESS (1<<0) macro
/Linux-v5.4/drivers/net/wireless/
Dvirt_wifi.c176 WLAN_CAPABILITY_ESS, 0, in virt_wifi_scan_result()
Drndis_wlan.c2665 WLAN_CAPABILITY_ESS : WLAN_CAPABILITY_IBSS; in rndis_wlan_craft_connected_bss()
/Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/
Devent.c224 WLAN_CAPABILITY_ESS, 100, in qtnf_event_handle_bss_join()
/Linux-v5.4/include/linux/
Dieee80211.h2136 #define WLAN_CAPABILITY_ESS (1<<0) macro
2145 (!((cap) & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)))
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_mlme.c313 ((s_cap & WLAN_CAPABILITY_ESS) == in is_same_network()
314 (d_cap & WLAN_CAPABILITY_ESS))); in is_same_network()
/Linux-v5.4/drivers/staging/ks7010/
Dks_wlan_net.c1211 if (capabilities & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in ks_wlan_translate_scan()
1212 iwe.u.mode = (capabilities & WLAN_CAPABILITY_ESS) ? in ks_wlan_translate_scan()
/Linux-v5.4/drivers/net/ethernet/toshiba/
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()
/Linux-v5.4/drivers/net/wireless/atmel/
Datmel.c2903 body.capability = cpu_to_le16(WLAN_CAPABILITY_ESS); in send_association_request()
2986 u8 *bss = capability & WLAN_CAPABILITY_ESS ? header->addr2 : header->addr3; in store_bss_info()
3018 else if (capability & WLAN_CAPABILITY_ESS) in store_bss_info()
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c411 WLAN_CAPABILITY_ESS, WLAN_CAPABILITY_ESS); in rtw_cfg80211_check_bss()
/Linux-v5.4/drivers/net/wireless/intersil/hostap/
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()
Dhostap_ioctl.c1826 if (capabilities & (WLAN_CAPABILITY_ESS | in __prism2_translate_scan()
1828 if (capabilities & WLAN_CAPABILITY_ESS) in __prism2_translate_scan()
/Linux-v5.4/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c173 if (cap & WLAN_CAPABILITY_ESS) in translate_scan()
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c696 cap_val = WLAN_CAPABILITY_ESS; in ath6kl_add_bss_if_needed()
/Linux-v5.4/net/mac80211/
Dmlme.c711 capab = WLAN_CAPABILITY_ESS; in ieee80211_send_assoc()