Home
last modified time | relevance | path

Searched refs:mac_cap (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_he.c174 static void wma_convert_he_cap(tDot11fIEhe_cap *he_cap, uint32_t *mac_cap, in wma_convert_he_cap() argument
187 he_cap->htc_he = WMI_HECAP_MAC_HECTRL_GET(mac_cap[0]); in wma_convert_he_cap()
188 he_cap->twt_request = WMI_HECAP_MAC_TWTREQ_GET(mac_cap[0]); in wma_convert_he_cap()
189 he_cap->twt_responder = WMI_HECAP_MAC_TWTRSP_GET(mac_cap[0]); in wma_convert_he_cap()
190 he_cap->fragmentation = WMI_HECAP_MAC_HEFRAG_GET(mac_cap[0]); in wma_convert_he_cap()
192 WMI_HECAP_MAC_MAXFRAGMSDU_GET(mac_cap[0]); in wma_convert_he_cap()
193 he_cap->min_frag_size = WMI_HECAP_MAC_MINFRAGSZ_GET(mac_cap[0]); in wma_convert_he_cap()
194 he_cap->trigger_frm_mac_pad = WMI_HECAP_MAC_TRIGPADDUR_GET(mac_cap[0]); in wma_convert_he_cap()
196 WMI_HECAP_MAC_ACKMTIDAMPDU_GET(mac_cap[0]); in wma_convert_he_cap()
197 he_cap->he_link_adaptation = WMI_HECAP_MAC_HELINK_ADPT_GET(mac_cap[0]); in wma_convert_he_cap()
[all …]
Dwma_eht.c193 static void wma_convert_eht_cap(tDot11fIEeht_cap *eht_cap, uint32_t *mac_cap, in wma_convert_eht_cap() argument
199 eht_cap->epcs_pri_access = WMI_EHTCAP_MAC_NSEPPRIACCESS_GET(mac_cap); in wma_convert_eht_cap()
200 eht_cap->eht_om_ctl = WMI_EHTCAP_MAC_EHTOMCTRL_GET(mac_cap); in wma_convert_eht_cap()
202 WMI_EHTCAP_MAC_TRIGTXOPMODE1_GET(mac_cap); in wma_convert_eht_cap()
204 WMI_EHTCAP_MAC_TRIGTXOPMODE2_GET(mac_cap); in wma_convert_eht_cap()
205 eht_cap->restricted_twt = WMI_EHTCAP_MAC_RESTRICTTWT_GET(mac_cap); in wma_convert_eht_cap()
206 eht_cap->scs_traffic_desc = WMI_EHTCAP_MAC_SCSTRAFFICDESC_GET(mac_cap); in wma_convert_eht_cap()
207 eht_cap->max_mpdu_len = WMI_EHTCAP_MAC_MAXMPDULEN_GET(mac_cap); in wma_convert_eht_cap()
209 WMI_EHTCAP_MAC_MAXAMPDULEN_EXP_GET(mac_cap); in wma_convert_eht_cap()
211 WMI_EHTCAP_MAC_TRS_SUPPORT_GET(mac_cap); in wma_convert_eht_cap()
[all …]
Dwma_eht.h109 void wma_print_eht_mac_cap(uint32_t *mac_cap);
291 void wma_print_eht_mac_cap(uint32_t *mac_cap) in wma_print_eht_mac_cap() argument
Dwma_main.c6330 struct wlan_psoc_host_mac_phy_caps *mac_cap, *mac_phy_cap; in wma_is_dbs_mandatory() local
6348 mac_cap = &mac_phy_cap[i]; in wma_is_dbs_mandatory()
6349 if (mac_cap && (mac_cap->phy_id == 0)) in wma_is_dbs_mandatory()
6350 supported_band |= mac_cap->supported_bands; in wma_is_dbs_mandatory()
/wlan-driver/qcacld-3.0/core/wma/inc/
Dwma_he.h77 void wma_print_he_mac_cap_w1(uint32_t mac_cap);
87 void wma_print_he_mac_cap_w2(uint32_t mac_cap);
287 static inline void wma_print_he_mac_cap_w1(uint32_t mac_cap) in wma_print_he_mac_cap_w1() argument
291 static inline void wma_print_he_mac_cap_w2(uint32_t mac_cap) in wma_print_he_mac_cap_w2() argument
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_get_set_utils.c1038 struct wlan_psoc_host_mac_phy_caps *mac_cap) in policy_mgr_update_24Ghz_freq_info() argument
1040 mac_range->low_2ghz_freq = QDF_MAX(mac_cap->reg_cap_ext.low_2ghz_chan, in policy_mgr_update_24Ghz_freq_info()
1042 mac_range->high_2ghz_freq = mac_cap->reg_cap_ext.high_2ghz_chan ? in policy_mgr_update_24Ghz_freq_info()
1043 QDF_MIN(mac_cap->reg_cap_ext.high_2ghz_chan, in policy_mgr_update_24Ghz_freq_info()
1050 struct wlan_psoc_host_mac_phy_caps *mac_cap) in policy_mgr_update_5Ghz_freq_info() argument
1058 mac_range->low_5ghz_freq = QDF_MAX(mac_cap->reg_cap_ext.low_5ghz_chan, in policy_mgr_update_5Ghz_freq_info()
1060 mac_range->high_5ghz_freq = mac_cap->reg_cap_ext.high_5ghz_chan ? in policy_mgr_update_5Ghz_freq_info()
1061 QDF_MIN(mac_cap->reg_cap_ext.high_5ghz_chan, in policy_mgr_update_5Ghz_freq_info()
1068 struct wlan_psoc_host_mac_phy_caps *mac_cap, in policy_mgr_update_freq_info() argument
1075 if (mac_cap->supported_bands & WMI_HOST_WLAN_2G_CAPABILITY) in policy_mgr_update_freq_info()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_he.c179 NLA_HDRLEN + sizeof(he_cap.mac_cap) + in __wlan_hdd_cfg80211_get_he_cap()
206 QCA_WLAN_VENDOR_ATTR_MAC_CAPAB, he_cap.mac_cap) || in __wlan_hdd_cfg80211_get_he_cap()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h4607 uint32_t mac_cap; member
4639 uint32_t mac_cap; member