Home
last modified time | relevance | path

Searched refs:rates (Results 1 – 25 of 32) sorted by relevance

12

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_eht.c666 struct supported_rates *rates; in wma_populate_peer_eht_cap() local
769 rates = &params->supportedRates; in wma_populate_peer_eht_cap()
782 0, 4, rates->bw_320_rx_max_nss_for_mcs_0_to_9); in wma_populate_peer_eht_cap()
784 0, 4, rates->bw_320_tx_max_nss_for_mcs_0_to_9); in wma_populate_peer_eht_cap()
786 4, 4, rates->bw_320_rx_max_nss_for_mcs_0_to_9); in wma_populate_peer_eht_cap()
788 4, 4, rates->bw_320_tx_max_nss_for_mcs_0_to_9); in wma_populate_peer_eht_cap()
790 8, 4, rates->bw_320_rx_max_nss_for_mcs_10_and_11); in wma_populate_peer_eht_cap()
792 8, 4, rates->bw_320_tx_max_nss_for_mcs_10_and_11); in wma_populate_peer_eht_cap()
794 12, 4, rates->bw_320_rx_max_nss_for_mcs_12_and_13); in wma_populate_peer_eht_cap()
796 12, 4, rates->bw_320_tx_max_nss_for_mcs_12_and_13); in wma_populate_peer_eht_cap()
[all …]
Dwma_mgmt.c946 mcs_limit = mac->mlme_cfg->rates.max_htmcs_txdata; in wma_mask_tx_ht_rate()
1491 if (!mac->mlme_cfg->rates.disable_abg_rate_txdata && in wma_send_peer_assoc()
1494 rate_pos = (uint8_t *) peer_legacy_rates.rates; in wma_send_peer_assoc()
1521 max_rates = sizeof(peer_ht_rates.rates) / in wma_send_peer_assoc()
1522 sizeof(peer_ht_rates.rates[0]); in wma_send_peer_assoc()
1523 rate_pos = (uint8_t *) peer_ht_rates.rates; in wma_send_peer_assoc()
1551 qdf_mem_copy((uint8_t *) peer_ht_rates.rates, temp_ni_rates, in wma_send_peer_assoc()
1705 qdf_mem_copy(cmd->peer_legacy_rates.rates, peer_legacy_rates.rates, in wma_send_peer_assoc()
1710 qdf_mem_copy(cmd->peer_ht_rates.rates, peer_ht_rates.rates, in wma_send_peer_assoc()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_assoc_utils.c272 cfg_len = mac->mlme_cfg->rates.basic_mcs_set.len; in lim_check_mcs_set()
274 &mac->mlme_cfg->rates.basic_mcs_set, in lim_check_mcs_set()
1290 struct supported_rates *rates, in lim_populate_vht_mcs_set() argument
1311 rates->vhtRxMCSMap = (uint16_t)vht_cap_info->rx_mcs_map; in lim_populate_vht_mcs_set()
1312 rates->vhtTxMCSMap = (uint16_t)vht_cap_info->tx_mcs_map; in lim_populate_vht_mcs_set()
1313 rates->vhtRxHighestDataRate = in lim_populate_vht_mcs_set()
1315 rates->vhtTxHighestDataRate = in lim_populate_vht_mcs_set()
1319 rates->vhtRxMCSMap |= VHT_MCS_1x1; in lim_populate_vht_mcs_set()
1320 rates->vhtTxMCSMap |= VHT_MCS_1x1; in lim_populate_vht_mcs_set()
1321 rates->vhtTxHighestDataRate = in lim_populate_vht_mcs_set()
[all …]
Dlim_utils.c8200 struct supported_rates *rates, in lim_populate_he_mcs_set() argument
8244 &rates->rx_he_mcs_map_lt_80, in lim_populate_he_mcs_set()
8245 &rates->tx_he_mcs_map_lt_80, in lim_populate_he_mcs_set()
8252 &rates->rx_he_mcs_map_lt_80, in lim_populate_he_mcs_set()
8253 &rates->tx_he_mcs_map_lt_80, in lim_populate_he_mcs_set()
8263 mac_ctx, &rates->rx_he_mcs_map_160, in lim_populate_he_mcs_set()
8264 &rates->tx_he_mcs_map_160, in lim_populate_he_mcs_set()
8273 rates->tx_he_mcs_map_160 = HE_MCS_ALL_DISABLED; in lim_populate_he_mcs_set()
8274 rates->rx_he_mcs_map_160 = HE_MCS_ALL_DISABLED; in lim_populate_he_mcs_set()
8278 mac_ctx, &rates->rx_he_mcs_map_80_80, in lim_populate_he_mcs_set()
[all …]
Dlim_process_tdls.c895 &mac->mlme_cfg->rates.supported_mcs_set, in populate_dot11f_tdls_ht_vht_cap()
1234 struct supported_rates *rates = &stads->supportedRates; in lim_tdls_fill_he_wideband_offchannel_mcs() local
1275 mac_ctx, &rates->rx_he_mcs_map_160, in lim_tdls_fill_he_wideband_offchannel_mcs()
1276 &rates->tx_he_mcs_map_160, in lim_tdls_fill_he_wideband_offchannel_mcs()
1287 mac_ctx, &rates->rx_he_mcs_map_160, in lim_tdls_fill_he_wideband_offchannel_mcs()
1288 &rates->tx_he_mcs_map_160, in lim_tdls_fill_he_wideband_offchannel_mcs()
1297 rates->tx_he_mcs_map_160 = HE_MCS_ALL_DISABLED; in lim_tdls_fill_he_wideband_offchannel_mcs()
1298 rates->rx_he_mcs_map_160 = HE_MCS_ALL_DISABLED; in lim_tdls_fill_he_wideband_offchannel_mcs()
1302 mac_ctx, &rates->rx_he_mcs_map_80_80, in lim_tdls_fill_he_wideband_offchannel_mcs()
1303 &rates->tx_he_mcs_map_80_80, in lim_tdls_fill_he_wideband_offchannel_mcs()
[all …]
Dlim_assoc_utils.h112 struct supported_rates *rates,
382 struct supported_rates *rates,
Dlim_utils.h1588 struct supported_rates *rates,
1778 struct supported_rates *rates, in lim_populate_he_mcs_set() argument
1837 struct supported_rates *rates,
2204 struct supported_rates *rates, in lim_populate_eht_mcs_set() argument
Dlim_send_frames_host_roam.c305 tsrs_ie.rates[0] = rate; in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
Dlim_send_management_frames.c1126 pAddTS->tsrsIE.rates[0] = TSRS_11AG_RATE_6MBPS; in lim_send_addts_req_action_frame()
1128 pAddTS->tsrsIE.rates[0] = TSRS_11B_RATE_5_5MBPS; in lim_send_addts_req_action_frame()
/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/
Ddp_ratetable.h276 int dp_get_supported_rates(int mode, int shortgi, int **rates);
280 int ch_width, int **rates);
Ddp_ratetable.c6808 int end_index, int **rates) in __dp_get_supported_rates() argument
6811 int *ratelist = *rates; in __dp_get_supported_rates()
6872 int dp_get_supported_rates(int mode, int shortgi, int **rates) in dp_get_supported_rates() argument
6925 return __dp_get_supported_rates(shortgi, start_index, end_index, rates); in dp_get_supported_rates()
6938 int ch_width, int **rates) in dp_get_supported_rates() argument
6988 return __dp_get_supported_rates(shortgi, start_index, end_index, rates); in dp_get_supported_rates()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c1904 struct wlan_mlme_rates *rates) in mlme_init_rates_in_cfg() argument
1906 rates->cfp_period = cfg_default(CFG_CFP_PERIOD); in mlme_init_rates_in_cfg()
1907 rates->cfp_max_duration = cfg_default(CFG_CFP_MAX_DURATION); in mlme_init_rates_in_cfg()
1908 rates->max_htmcs_txdata = cfg_get(psoc, CFG_MAX_HT_MCS_FOR_TX_DATA); in mlme_init_rates_in_cfg()
1909 rates->disable_abg_rate_txdata = cfg_get(psoc, in mlme_init_rates_in_cfg()
1911 rates->sap_max_mcs_txdata = cfg_get(psoc, in mlme_init_rates_in_cfg()
1913 rates->disable_high_ht_mcs_2x2 = cfg_get(psoc, in mlme_init_rates_in_cfg()
1916 rates->supported_11b.max_len = CFG_SUPPORTED_RATES_11B_LEN; in mlme_init_rates_in_cfg()
1918 rates->supported_11b.data, in mlme_init_rates_in_cfg()
1919 sizeof(rates->supported_11b.data), in mlme_init_rates_in_cfg()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c903 uint8_t rates[SIR_MAC_MAX_NUMBER_OF_RATES]; in populate_dot11f_ext_supp_rates() local
912 qdf_mem_copy(rates, pe_session->extRateSet.rate, in populate_dot11f_ext_supp_rates()
923 n_rates = mlme_get_ext_opr_rate(pe_session->vdev, rates, in populate_dot11f_ext_supp_rates()
924 sizeof(rates)); in populate_dot11f_ext_supp_rates()
930 qdf_mem_copy(pDot11f->rates, rates, n_rates); in populate_dot11f_ext_supp_rates()
945 uint8_t rates[SIR_MAC_MAX_NUMBER_OF_RATES]; in populate_dot11f_ext_supp_rates1() local
956 rates, in populate_dot11f_ext_supp_rates1()
957 &mac->mlme_cfg->rates.supported_11a, in populate_dot11f_ext_supp_rates1()
967 qdf_mem_copy(pDot11f->rates, rates, nRates); in populate_dot11f_ext_supp_rates1()
1055 &mac->mlme_cfg->rates.supported_mcs_set, in populate_dot11f_ht_caps()
[all …]
Dutils_parser.c45 qdf_mem_copy(pOld->rate, pNew->rates, pNew->num_rates); in convert_supp_rates()
52 qdf_mem_copy(pOld->rate, pNew->rates, pNew->num_rates); in convert_ext_supp_rates()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_scan.c728 const u8 *rates, unsigned int rate_count) in wlan_hdd_get_rates() argument
735 rate = ((rates[count]) & RATE_MASK) * 5; in wlan_hdd_get_rates()
1093 request->rates[count] = in __wlan_hdd_cfg80211_vendor_scan()
1105 request->rates[band] = in __wlan_hdd_cfg80211_vendor_scan()
Dwlan_hdd_stats.c910 struct nlattr *rates; in put_wifi_peer_rates() local
922 rates = nla_nest_start(vendor_event, i); in put_wifi_peer_rates()
923 if (!rates) in put_wifi_peer_rates()
930 nla_nest_end(vendor_event, rates); in put_wifi_peer_rates()
1593 struct nlattr *rate_nest, *rates; in wlan_hdd_put_mlo_peer_info() local
1630 rates = nla_nest_start(skb, i); in wlan_hdd_put_mlo_peer_info()
1631 if (!rates) in wlan_hdd_put_mlo_peer_info()
1638 nla_nest_end(skb, rates); in wlan_hdd_put_mlo_peer_info()
2719 u64 num_rate = 0, peers, rates; in hdd_process_ll_stats() local
2735 rates = sizeof(struct wifi_rate_stat) * num_rate; in hdd_process_ll_stats()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
Dwlan_scan_utils_api.h717 ie_lst->rates = conv_ptr(ie_lst->rates, old_ptr, new_ptr); in util_scan_copy_beacon_data()
924 return scan_entry->ie_list.rates; in util_scan_entry_rates()
Dwlan_scan_public_structs.h228 uint8_t *rates; member
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_ucfg_api.c1204 &mlme_obj->cfg.rates.supported_mcs_set, in ucfg_mlme_get_supported_mcs_set()
1219 &mlme_obj->cfg.rates.supported_mcs_set, in ucfg_mlme_set_supported_mcs_set()
1234 &mlme_obj->cfg.rates.current_mcs_set, in ucfg_mlme_get_current_mcs_set()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
Dwlan_scan_utils_api.c225 static bool util_is_pureg_rate(uint8_t *rates, uint8_t nrates) in util_is_pureg_rate() argument
233 if (WLAN_RV(rates[i]) == g_rates[j]) { in util_is_pureg_rate()
911 if (util_is_pureg_rate(&scan_params->ie_list.rates[2], in util_scan_get_phymode_2g()
912 scan_params->ie_list.rates[1])) in util_scan_get_phymode_2g()
1509 scan_params->ie_list.rates = (uint8_t *)ie; in util_scan_populate_bcn_ie_list()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dwlan_mlme_public_struct.h2872 struct wlan_mlme_rates rates; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_beacon_process.c327 mac_ctx->mlme_cfg->rates.cfp_period = bcn->cfParamSet.cfpPeriod; in sch_bcn_process_sta()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms1294 rates[0..SIR_MAC_MAX_NUMBER_OF_RATES];
1377 rates[1..SIR_MAC_MAX_NUMBER_OF_RATES];
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h979 uint8_t rates[8]; member
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h5724 uint8_t rates[12]; member
7703 uint8_t rates[12]; member

12