Home
last modified time | relevance | path

Searched refs:is_ht (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c955 static uint16_t cm_get_etp_ntone(bool is_ht, bool is_vht, in cm_get_etp_ntone() argument
972 } else if (is_ht) { in cm_get_etp_ntone()
1004 static uint16_t cm_get_etp_phy_header_dur_us(bool is_ht, bool is_vht, in cm_get_etp_phy_header_dur_us() argument
1018 } else if (is_ht) { in cm_get_etp_phy_header_dur_us()
1175 bool is_ht, bool is_vht, bool is_he, in cm_calculate_etp() argument
1193 ntone = cm_get_etp_ntone(is_ht, is_vht, ch_width); in cm_calculate_etp()
1194 phy_hdr_dur_us = cm_get_etp_phy_header_dur_us(is_ht, is_vht, max_nss); in cm_calculate_etp()
1223 if (is_ht) { in cm_calculate_etp()
1264 entry->channel.chan_freq, entry->rssi_raw, is_ht, in cm_calculate_etp()
1267 if (is_ht) in cm_calculate_etp()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.h3428 bool is_ht, bool is_vht, bool is_he,
3492 uint8_t *ssid, bool is_ht,
3584 bool is_ht, bool is_vht, bool is_he, in lim_cp_stats_cstats_log_assoc_resp_evt() argument
3612 uint8_t *ssid, bool is_ht, in lim_cp_stats_cstats_log_assoc_req_evt() argument
H A Dlim_utils.c11858 bool is_ht, bool is_vht, in lim_cp_stats_cstats_log_assoc_resp_evt() argument
11883 if (is_ht) 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
11999 if (is_ht) in lim_cp_stats_cstats_log_assoc_req_evt()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c3444 uint8_t is_ht, uint8_t ch_width, in wma_peer_phymode() argument
3457 else if (is_ht) 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()
3499 if (!(is_ht || is_vht || is_he || is_eht)) { in wma_peer_phymode()
3548 nw_type, is_ht, ch_width, is_vht, is_he, is_eht, phymode); in wma_peer_phymode()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_internal.h1102 uint8_t is_ht, uint8_t ch_width,