Home
last modified time | relevance | path

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

/external/iw/
Dbitrate.c11 unsigned int max_mcs = 0, max_nss = 0; in parse_rate_chunk() local
16 max_mcs = 11; in parse_rate_chunk()
19 max_mcs = 9; in parse_rate_chunk()
36 if (mcs_start > max_mcs || mcs_end > max_mcs) in parse_rate_chunk()
64 if (tab[i] > max_mcs) in parse_rate_chunk()
/external/autotest/client/deps/iwcap/src/
Diwcap.c299 int amsdu_len, ampdu_fact, ampdu_dens, max_mcs, max_rate; in check_phy_handler() local
311 max_mcs = 0; in check_phy_handler()
344 if (max > max_mcs) in check_phy_handler()
345 max_mcs = max; in check_phy_handler()
439 pint("mcs", max_mcs); in check_phy_handler()