Home
last modified time | relevance | path

Searched refs:nss (Results 1 – 25 of 229) sorted by relevance

12345678910

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sysfs_bitrates.c35 uint8_t preamble = 0, nss = 0, rix = 0; in wlan_hdd_sta_set_11n_rate() local
55 nss = HT_RC_2_STREAMS(rate_code) - 1; in wlan_hdd_sta_set_11n_rate()
69 nss = 0; in wlan_hdd_sta_set_11n_rate()
82 rate_code = hdd_assemble_rate_code(preamble, nss, rix); in wlan_hdd_sta_set_11n_rate()
86 rate_code, rix, preamble, nss); in wlan_hdd_sta_set_11n_rate()
97 uint8_t preamble = 0, nss = 0, rix = 0; in wlan_hdd_sta_set_vht_rate() local
105 nss = HT_RC_2_STREAMS_11AC(rate_code) - 1; in wlan_hdd_sta_set_vht_rate()
106 rate_code = hdd_assemble_rate_code(preamble, nss, rix); in wlan_hdd_sta_set_vht_rate()
110 rate_code, rix, preamble, nss); in wlan_hdd_sta_set_vht_rate()
126 uint8_t preamble = 0, nss = 0, rix = 0; in wlan_hdd_sap_set_11n_rate() local
[all …]
Dwlan_hdd_btc_chain_mode.c38 uint8_t nss, band; in wlan_hdd_btc_chain_mode_handler() local
79 nss = ((mode == WLAN_COEX_BTC_CHAIN_MODE_FDD || in wlan_hdd_btc_chain_mode_handler()
83 nss, link_info->vdev_id, adapter->device_mode); in wlan_hdd_btc_chain_mode_handler()
85 sme_update_nss_in_mlme_cfg(mac_handle, nss, nss, in wlan_hdd_btc_chain_mode_handler()
87 sme_update_vdev_type_nss(mac_handle, nss, band); in wlan_hdd_btc_chain_mode_handler()
95 sme_update_he_cap_nss(mac_handle, link_info->vdev_id, nss); in wlan_hdd_btc_chain_mode_handler()
/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/
Ddp_ratetable.c6530 dp_getrateindex(uint32_t gi, uint16_t mcs, uint8_t nss, uint8_t preamble, in dp_getrateindex() argument
6547 res += ((rc + 2) % NUM_EHT_MCS) + nss * NUM_EHT_MCS; in dp_getrateindex()
6551 res += rc + nss * NUM_HE_MCS; in dp_getrateindex()
6555 res += rc + nss * NUM_VHT_MCS; in dp_getrateindex()
6559 res += rc + nss * NUM_HT_MCS; in dp_getrateindex()
6600 dp_getrateindex(uint32_t gi, uint16_t mcs, uint8_t nss, uint8_t preamble, in dp_getrateindex() argument
6617 res += rc + nss * NUM_HE_MCS; in dp_getrateindex()
6621 res += rc + nss * NUM_VHT_MCS; in dp_getrateindex()
6625 res += rc + nss * NUM_HT_MCS; in dp_getrateindex()
6694 static int dp_get_start_index(int ch_width, int mode, int nss) in dp_get_start_index() argument
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_data.c307 uint8_t nss, uint8_t *rate) in wma_fill_ofdm_cck_mcast_rate() argument
362 int32_t mbpsx10_rate, uint8_t nss, in wma_fill_ht20_mcast_rate() argument
369 if (nss == 1) in wma_fill_ht20_mcast_rate()
385 if (nss == 1) in wma_fill_ht20_mcast_rate()
401 int32_t mbpsx10_rate, uint8_t nss, in wma_fill_ht40_mcast_rate() argument
409 if (nss == 1) in wma_fill_ht40_mcast_rate()
440 int32_t mbpsx10_rate, uint8_t nss, in wma_fill_vht20_mcast_rate() argument
448 if (nss == 1) in wma_fill_vht20_mcast_rate()
464 if (nss == 1) in wma_fill_vht20_mcast_rate()
480 int32_t mbpsx10_rate, uint8_t nss, in wma_fill_vht40_mcast_rate() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_rx_mon.c514 rx_stats_peruser->nss = rx_user_status->nss; in dp_rx_populate_cdp_indication_ppdu_user()
515 cdp_rx_ppdu->usr_nss_sum += rx_stats_peruser->nss; in dp_rx_populate_cdp_indication_ppdu_user()
610 cdp_rx_ppdu->u.nss = ppdu_info->rx_status.nss; in dp_rx_populate_cdp_indication_ppdu()
705 uint32_t nss = 0; in dp_rx_rate_stats_update() local
722 if (ppdu_user->nss == 0) in dp_rx_rate_stats_update()
723 nss = 0; in dp_rx_rate_stats_update()
725 nss = ppdu_user->nss - 1; in dp_rx_rate_stats_update()
728 mon_peer->stats.rx.nss_info = ppdu_user->nss; in dp_rx_rate_stats_update()
731 if (ppdu->u.nss == 0) in dp_rx_rate_stats_update()
732 nss = 0; in dp_rx_rate_stats_update()
[all …]
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_data_txrx.c180 if (pktcapture_hdr->nss == 2) in pkt_capture_tx_get_phy_info()
191 mcs << 0x4 | (pktcapture_hdr->nss); in pkt_capture_tx_get_phy_info()
207 tx_status->he_data6 |= pktcapture_hdr->nss; in pkt_capture_tx_get_phy_info()
219 tx_status->nr_ant = pktcapture_hdr->nss; in pkt_capture_tx_get_phy_info()
220 tx_status->nss = pktcapture_hdr->nss; in pkt_capture_tx_get_phy_info()
304 pktcapture_hdr->nss = vdev_priv->tx_nss; in pkt_capture_update_tx_status()
687 uint16_t mcs = 0, nss = 0, sgi = 0, bw = 0; in pkt_capture_rx_get_phy_info() local
697 nss = hal_rx_msdu_start_nss_get(hal_soc, rx_tlv_hdr); /* NSS */ in pkt_capture_rx_get_phy_info()
715 if (nss == 2) in pkt_capture_rx_get_phy_info()
722 rx_status->vht_flag_values3[0] = mcs << 0x4 | nss; in pkt_capture_rx_get_phy_info()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_prop_exts_utils.c171 uint8_t nss) in lim_validate_he160_mcs_map() argument
185 if (nss == NSS_1x1_MODE) { in lim_validate_he160_mcs_map()
188 } else if (nss == NSS_2x2_MODE) { in lim_validate_he160_mcs_map()
209 for (i = 0; i < session->nss; i++) { in lim_check_is_he_mcs_valid()
219 session->vdev_id, mcs_map, session->nss, session->dot11mode); in lim_check_is_he_mcs_valid()
242 session->nss)) { in lim_update_he_bw_cap_mcs()
451 uint8_t vdev_id, uint8_t nss) in lim_objmgr_update_vdev_nss() argument
462 wlan_vdev_mlme_set_nss(vdev, nss); in lim_objmgr_update_vdev_nss()
805 session->nss - 1; in lim_extract_ap_capability()
860 session->nss); in lim_extract_ap_capability()
Dlim_assoc_utils.c1179 uint8_t nss = 0; in lim_get_nss_from_vht_mcs_map() local
1182 for (nss = 0; nss < VHT_MAX_NSS; nss++) { in lim_get_nss_from_vht_mcs_map()
1184 return nss; in lim_get_nss_from_vht_mcs_map()
1189 return nss; in lim_get_nss_from_vht_mcs_map()
1197 uint8_t nss; in lim_get_vht_gt80_nss() local
1207 nss = lim_get_nss_from_vht_mcs_map(vht_caps->rxMCSMap); in lim_get_vht_gt80_nss()
1209 if (!nss) { in lim_get_vht_gt80_nss()
1211 nss = 1; in lim_get_vht_gt80_nss()
1218 sta_ds->vht_160mhz_nss = nss / 2; in lim_get_vht_gt80_nss()
1222 sta_ds->vht_160mhz_nss = nss / 2; in lim_get_vht_gt80_nss()
[all …]
/wlan-driver/fw-api/hw/peach/v2/
Deht_sig_usr_su_info.h28 nss : 4, member
38 nss : 4,
Deht_sig_usr_ofdma_info.h28 nss : 4, member
44 nss : 4,
/wlan-driver/fw-api/hw/peach/v1/
Deht_sig_usr_su_info.h28 nss : 4, member
38 nss : 4,
Deht_sig_usr_ofdma_info.h28 nss : 4, member
44 nss : 4,
/wlan-driver/fw-api/hw/kiwi/v2/
Deht_sig_usr_su_info.h32 nss : 4, member
42 nss : 4,
Deht_sig_usr_ofdma_info.h32 nss : 4, member
48 nss : 4,
/wlan-driver/fw-api/hw/qcn6432/
Deht_sig_usr_su_info.h30 nss : 4, // [19:16] member
40 nss : 4, // [19:16]
Deht_sig_usr_ofdma_info.h30 nss : 4, // [19:16] member
46 nss : 4, // [19:16]
/wlan-driver/fw-api/hw/qcn9224/v2/
Deht_sig_usr_su_info.h39 nss : 4, member
49 nss : 4,
Deht_sig_usr_ofdma_info.h39 nss : 4, member
55 nss : 4,
/wlan-driver/fw-api/hw/qca5424/
Deht_sig_usr_su_info.h32 nss : 4, member
42 nss : 4,
Deht_sig_usr_ofdma_info.h32 nss : 4, member
48 nss : 4,
/wlan-driver/fw-api/hw/qca5332/
Deht_sig_usr_su_info.h39 nss : 4, // [19:16] member
49 nss : 4, // [19:16]
Deht_sig_usr_ofdma_info.h39 nss : 4, // [19:16] member
55 nss : 4, // [19:16]
/wlan-driver/fw-api/hw/qcn9224/v1/
Deht_sig_usr_su_info.h40 nss : 4, // [19:16] member
50 nss : 4, // [19:16]
Deht_sig_usr_ofdma_info.h40 nss : 4, // [19:16] member
56 nss : 4, // [19:16]
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h1031 uint8_t nss; member
2209 uint8_t nss; /* 0: 1x1, 1: 2x2 */ member
2853 uint32_t nss; member
2998 uint32_t nss:2; member
4501 uint8_t nss:3; member
4525 #define HE_MCS_NSS_SHIFT(nss) (((nss) - 1) << 1) argument
4526 #define HE_MCS_MSK_4_NSS(nss) (3 << HE_MCS_NSS_SHIFT(nss)) argument
4527 #define HE_MCS_INV_MSK_4_NSS(nss) (~HE_MCS_MSK_4_NSS(nss)) argument
4528 #define HE_GET_MCS_4_NSS(mcs_set, nss) \ argument
4529 (((mcs_set) >> HE_MCS_NSS_SHIFT(nss)) & 3)
[all …]

12345678910