Searched refs:is_he (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_utils.c | 289 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 D | wma_mgmt.c | 1449 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 D | lim_utils.h | 3428 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 D | lim_utils.c | 11859 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 D | wma_internal.h | 1103 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 D | wlan_cm_bss_scoring.c | 1175 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()
|