Searched refs:mac_cap (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_he.c | 174 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 …]
|
D | wma_eht.c | 193 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 …]
|
D | wma_eht.h | 109 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
|
D | wma_main.c | 6330 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/ |
D | wma_he.h | 77 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/ |
D | wlan_policy_mgr_get_set_utils.c | 1038 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/ |
D | wlan_hdd_he.c | 179 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/ |
D | sir_api.h | 4607 uint32_t mac_cap; member 4639 uint32_t mac_cap; member
|