Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dvht.c22 if (sdata->u.mgd.vht_capa_mask.vht_cap_info & le_flag && in __check_vhtcap_disable()
23 !(sdata->u.mgd.vht_capa.vht_cap_info & le_flag)) in __check_vhtcap_disable()
57 if (sdata->u.mgd.vht_capa_mask.vht_cap_info & in ieee80211_apply_vhtcap_overrides()
61 n = le32_to_cpu(sdata->u.mgd.vht_capa.vht_cap_info) & in ieee80211_apply_vhtcap_overrides()
168 cap_info = le32_to_cpu(vht_cap_ie->vht_cap_info); in ieee80211_vht_cap_ie_to_sta_vht_cap()
Dmain.c459 .vht_cap_info =
Dmlme.c575 if (!(ap_vht_cap->vht_cap_info & in ieee80211_add_vht_ie()
579 else if (!(ap_vht_cap->vht_cap_info & in ieee80211_add_vht_ie()
608 ap_bf_sts = le32_to_cpu(ap_vht_cap->vht_cap_info) & mask; in ieee80211_add_vht_ie()
/linux-4.4.14/drivers/net/wireless/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.c261 if (!(le32_to_cpu(sta_ptr->tdls_cap.vhtcap.vht_cap_info))) { in mwifiex_tdls_add_vht_oper()
292 GET_VHTCAP_CHWDSET(le32_to_cpu(vht_cap->vht_cap_info)); in mwifiex_tdls_add_vht_oper()
300 GET_VHTCAP_CHWDSET(le32_to_cpu(ap_vht_cap->vht_cap_info)); in mwifiex_tdls_add_vht_oper()
Dfw.h289 #define GET_VHTCAP_CHWDSET(vht_cap_info) ((vht_cap_info >> 2) & 0x3) argument
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c2531 if (!(ar->vht_cap_info & in ath10k_mac_vif_recalc_txbf()
2548 if (ar->vht_cap_info & in ath10k_mac_vif_recalc_txbf()
2558 if (ar->vht_cap_info & in ath10k_mac_vif_recalc_txbf()
3762 int nsts = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sts()
3779 int sound_dim = ar->vht_cap_info; in ath10k_mac_get_vht_cap_bf_sound_dim()
3801 vht_cap.cap = ar->vht_cap_info; in ath10k_create_vht_cap()
3803 if (ar->vht_cap_info & (IEEE80211_VHT_CAP_SU_BEAMFORMEE_CAPABLE | in ath10k_create_vht_cap()
3812 if (ar->vht_cap_info & (IEEE80211_VHT_CAP_SU_BEAMFORMER_CAPABLE | in ath10k_create_vht_cap()
3887 if (ar->vht_cap_info & WMI_VHT_CAP_MAX_MPDU_LEN_MASK) in ath10k_get_ht_cap()
4248 if (ar->vht_cap_info & (IEEE80211_VHT_CAP_SU_BEAMFORMEE_CAPABLE | in ath10k_mac_set_txbf_conf()
[all …]
Dcore.h613 u32 vht_cap_info; member
Ddebug.c83 __le32 vht_cap_info; member
718 dump_data->vht_cap_info = cpu_to_le32(ar->vht_cap_info); in ath10k_build_dump_file()
Dwmi-tlv.h1156 __le32 vht_cap_info; member
Dwmi.h1937 __le32 vht_cap_info; /* VHT capability info field of 802.11ac */ member
1977 __le32 vht_cap_info; /* VHT capability info field of 802.11ac */ member
Dwmi.c4354 arg->vht_cap = ev->vht_cap_info; in ath10k_wmi_main_op_pull_svc_rdy_ev()
4391 arg->vht_cap = ev->vht_cap_info; in ath10k_wmi_10x_op_pull_svc_rdy_ev()
4439 ar->vht_cap_info = __le32_to_cpu(arg.vht_cap); in ath10k_wmi_event_service_ready_work()
Dwmi-tlv.c971 arg->vht_cap = ev->vht_cap_info; in ath10k_wmi_tlv_op_pull_svc_rdy_ev()
/linux-4.4.14/include/linux/
Dieee80211.h1460 __le32 vht_cap_info; member