Searched refs:tx_nss (Results 1 – 1 of 1) sorted by relevance
1919 u8 rx_nss, tx_nss, max_nss = 0, i; in hostapd_gen_fils_discovery_nss() local1937 tx_nss = (mcs[3 * i] & 0xF0) >> 4; in hostapd_gen_fils_discovery_nss()1938 if (tx_nss > max_nss) in hostapd_gen_fils_discovery_nss()1939 max_nss = tx_nss; in hostapd_gen_fils_discovery_nss()