Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger_diag.cpp1820 struct series_bw *sbw = NULL; in get_tx_mcs() local
1826 sbw = &ppdu_start->s0_bw20; in get_tx_mcs()
1828 sbw = &ppdu_start->s0_bw40; in get_tx_mcs()
1830 sbw = &ppdu_start->s0_bw80; in get_tx_mcs()
1832 sbw = &ppdu_start->s0_bw160; in get_tx_mcs()
1835 sbw = &ppdu_start->s1_bw20; in get_tx_mcs()
1837 sbw = &ppdu_start->s1_bw40; in get_tx_mcs()
1839 sbw = &ppdu_start->s1_bw80; in get_tx_mcs()
1841 sbw = &ppdu_start->s1_bw160; in get_tx_mcs()
1844 if (sbw) { in get_tx_mcs()
[all …]