Home
last modified time | relevance | path

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

/linux-4.1.27/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()
153 cap_info = le32_to_cpu(vht_cap_ie->vht_cap_info); in ieee80211_vht_cap_ie_to_sta_vht_cap()
Dmain.c464 .vht_cap_info =
Dmlme.c577 if (!(ap_vht_cap->vht_cap_info & in ieee80211_add_vht_ie()
583 ap_bf_sts = le32_to_cpu(ap_vht_cap->vht_cap_info) & mask; in ieee80211_add_vht_ie()
/linux-4.1.27/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.c279 GET_VHTCAP_CHWDSET(le32_to_cpu(vht_cap->vht_cap_info)); in mwifiex_tdls_add_vht_oper()
287 GET_VHTCAP_CHWDSET(le32_to_cpu(ap_vht_cap->vht_cap_info)); in mwifiex_tdls_add_vht_oper()
Dfw.h276 #define GET_VHTCAP_CHWDSET(vht_cap_info) ((vht_cap_info >> 2) & 0x3) argument
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dcore.h518 u32 vht_cap_info; member
Ddebug.c83 __le32 vht_cap_info; member
954 dump_data->vht_cap_info = cpu_to_le32(ar->vht_cap_info); in ath10k_build_dump_file()
Dmac.c1820 if (!(ar->vht_cap_info & in ath10k_mac_vif_recalc_txbf()
1837 if (ar->vht_cap_info & in ath10k_mac_vif_recalc_txbf()
1847 if (ar->vht_cap_info & in ath10k_mac_vif_recalc_txbf()
5328 vht_cap.cap = ar->vht_cap_info; in ath10k_create_vht_cap()
5396 if (ar->vht_cap_info & WMI_VHT_CAP_MAX_MPDU_LEN_MASK) in ath10k_get_ht_cap()
Dwmi-tlv.h1156 __le32 vht_cap_info; member
Dwmi.h1502 __le32 vht_cap_info; /* VHT capability info field of 802.11ac */ member
1542 __le32 vht_cap_info; /* VHT capability info field of 802.11ac */ member
Dwmi.c3051 arg->vht_cap = ev->vht_cap_info; in ath10k_wmi_main_op_pull_svc_rdy_ev()
3088 arg->vht_cap = ev->vht_cap_info; in ath10k_wmi_10x_op_pull_svc_rdy_ev()
3128 ar->vht_cap_info = __le32_to_cpu(arg.vht_cap); in ath10k_wmi_event_service_ready()
Dwmi-tlv.c819 arg->vht_cap = ev->vht_cap_info; in ath10k_wmi_tlv_op_pull_svc_rdy_ev()
/linux-4.1.27/include/linux/
Dieee80211.h1459 __le32 vht_cap_info; member