Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dbeacon.c1919 u8 rx_nss, tx_nss, max_nss = 0, i; in hostapd_gen_fils_discovery_nss() local
1937 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()