Home
last modified time | relevance | path

Searched refs:is_he (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c289 uint16_t wma_mcs_rate_match(uint16_t raw_rate, bool is_he, in wma_mcs_rate_match() argument
298 if (is_he) in wma_mcs_rate_match()
316 is_he ? TXRATE_GI_1_6_US : TXRATE_GI_0_4_US; in wma_mcs_rate_match()
317 else if (is_he && gi_index == 2) in wma_mcs_rate_match()
3445 uint8_t is_vht, bool is_he, bool is_eht) in wma_peer_phymode() argument
3453 if (is_he) in wma_peer_phymode()
3465 if (is_ht || is_vht || is_he || is_eht) in wma_peer_phymode()
3470 if (!(is_ht || is_vht || is_he || is_eht)) { in wma_peer_phymode()
3479 (is_he) ? WLAN_PHYMODE_11AXG_HE40 : in wma_peer_phymode()
3484 (is_he) ? WLAN_PHYMODE_11AXG_HE20 : in wma_peer_phymode()
[all …]
H A Dwma_mgmt.c1449 bool is_he; in wma_send_peer_assoc() local
1470 is_he = wma_is_peer_he_capable(params); in wma_send_peer_assoc()
1481 params->vhtCapable, is_he, is_eht); in wma_send_peer_assoc()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.h3428 bool is_ht, bool is_vht, bool is_he,
3493 bool is_vht, bool is_he,
3584 bool is_ht, bool is_vht, bool is_he, in lim_cp_stats_cstats_log_assoc_resp_evt() argument
3613 bool is_vht, bool is_he, in lim_cp_stats_cstats_log_assoc_req_evt() argument
H A Dlim_utils.c11859 bool is_he, bool is_eht, in lim_cp_stats_cstats_log_assoc_resp_evt() argument
11889 if (is_he) in lim_cp_stats_cstats_log_assoc_resp_evt()
11970 bool is_ht, bool is_vht, bool is_he, in lim_cp_stats_cstats_log_assoc_req_evt() argument
12005 if (is_he) in lim_cp_stats_cstats_log_assoc_req_evt()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_internal.h1103 uint8_t is_vht, bool is_he, bool is_eht);
1756 uint16_t wma_mcs_rate_match(uint16_t raw_rate, bool is_he,
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c1175 bool is_ht, bool is_vht, bool is_he, in cm_calculate_etp() argument
1190 if (is_he) in cm_calculate_etp()
1205 if (is_he) in cm_calculate_etp()
1265 is_vht, is_he, etp_param->airtime_fraction, in cm_calculate_etp()