Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dnl80211.c6152 u32 count_ht, count_vht, count_he, count_eht, i; in validate_beacon_tx_rate() local
6185 count_he = 0; in validate_beacon_tx_rate()
6190 count_he++; in validate_beacon_tx_rate()
6191 if (count_he > 1) in validate_beacon_tx_rate()
6194 if (count_he && rate) in validate_beacon_tx_rate()
6211 if ((count_ht && count_vht && count_he && count_eht) || in validate_beacon_tx_rate()
6212 (!rate && !count_ht && !count_vht && !count_he && !count_eht)) in validate_beacon_tx_rate()
6227 if (count_he && in validate_beacon_tx_rate()