Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dvht.c25 if (sdata->u.mgd.vht_capa_mask.vht_cap_info & le_flag && in __check_vhtcap_disable()
26 !(sdata->u.mgd.vht_capa.vht_cap_info & le_flag)) in __check_vhtcap_disable()
60 if (sdata->u.mgd.vht_capa_mask.vht_cap_info & in ieee80211_apply_vhtcap_overrides()
64 n = le32_to_cpu(sdata->u.mgd.vht_capa.vht_cap_info) & in ieee80211_apply_vhtcap_overrides()
171 cap_info = le32_to_cpu(vht_cap_ie->vht_cap_info); in ieee80211_vht_cap_ie_to_sta_vht_cap()
Dmain.c489 .vht_cap_info =
Dmlme.c564 if (!(ap_vht_cap->vht_cap_info & in ieee80211_add_vht_ie()
568 else if (!(ap_vht_cap->vht_cap_info & in ieee80211_add_vht_ie()
597 ap_bf_sts = le32_to_cpu(ap_vht_cap->vht_cap_info) & mask; in ieee80211_add_vht_ie()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
D11ac.c104 vht_cap->vht_cap_info = in mwifiex_fill_vht_cap_info()
107 vht_cap->vht_cap_info = in mwifiex_fill_vht_cap_info()
Dtdls.c258 if (!(le32_to_cpu(sta_ptr->tdls_cap.vhtcap.vht_cap_info))) { in mwifiex_tdls_add_vht_oper()
289 GET_VHTCAP_CHWDSET(le32_to_cpu(vht_cap->vht_cap_info)); in mwifiex_tdls_add_vht_oper()
297 GET_VHTCAP_CHWDSET(le32_to_cpu(ap_vht_cap->vht_cap_info)); in mwifiex_tdls_add_vht_oper()
Dfw.h323 #define GET_VHTCAP_CHWDSET(vht_cap_info) ((vht_cap_info >> 2) & 0x3) argument
Dsta_event.c90 switch (le32_to_cpu(vht_cap->vht_cap_info) & 0x3) { in mwifiex_check_ibss_peer_capabilties()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dcoredump.h78 __le32 vht_cap_info; member
Dcoredump.c1067 dump_data->vht_cap_info = cpu_to_le32(ar->vht_cap_info); in ath10k_coredump_build()
Dmac.c2746 if (!(ar->vht_cap_info & in ath10k_mac_vif_recalc_txbf()
2763 if (ar->vht_cap_info & in ath10k_mac_vif_recalc_txbf()
2773 if (ar->vht_cap_info & in ath10k_mac_vif_recalc_txbf()
4394 int nsts = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sts()
4411 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim()
4434 vht_cap.cap = ar->vht_cap_info; in ath10k_create_vht_cap()
4436 if (ar->vht_cap_info & (IEEE80211_VHT_CAP_SU_BEAMFORMEE_CAPABLE | in ath10k_create_vht_cap()
4445 if (ar->vht_cap_info & (IEEE80211_VHT_CAP_SU_BEAMFORMER_CAPABLE | in ath10k_create_vht_cap()
4457 if ((ar->vht_cap_info & IEEE80211_VHT_CAP_SHORT_GI_160) && in ath10k_create_vht_cap()
4458 (ar->vht_cap_info & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_MASK) == 0) in ath10k_create_vht_cap()
[all …]
Dcore.h904 u32 vht_cap_info; member
Dwmi-tlv.h1629 __le32 vht_cap_info; member
Dwmi.h2206 __le32 vht_cap_info; /* VHT capability info field of 802.11ac */ member
2246 __le32 vht_cap_info; /* VHT capability info field of 802.11ac */ member
Dwmi.c5166 arg->vht_cap = ev->vht_cap_info; in ath10k_wmi_main_op_pull_svc_rdy_ev()
5205 arg->vht_cap = ev->vht_cap_info; in ath10k_wmi_10x_op_pull_svc_rdy_ev()
5254 ar->vht_cap_info = __le32_to_cpu(arg.vht_cap); in ath10k_wmi_event_service_ready_work()
Dwmi-tlv.c1100 arg->vht_cap = ev->vht_cap_info; in ath10k_wmi_tlv_op_pull_svc_rdy_ev()
/Linux-v4.19/include/linux/
Dieee80211.h1508 __le32 vht_cap_info; member
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c1424 bcap->cap = le32_to_cpu(vht_cap->vht_cap_info); in qtnf_cmd_resp_band_fill_vhtcap()