Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dnl80211.c5317 u32 count_ht, count_vht, count_he, i; in validate_beacon_tx_rate() local
5350 count_he = 0; in validate_beacon_tx_rate()
5355 count_he++; in validate_beacon_tx_rate()
5356 if (count_he > 1) in validate_beacon_tx_rate()
5359 if (count_he && rate) in validate_beacon_tx_rate()
5363 if ((count_ht && count_vht && count_he) || in validate_beacon_tx_rate()
5364 (!rate && !count_ht && !count_vht && !count_he)) in validate_beacon_tx_rate()
5379 if (count_he && in validate_beacon_tx_rate()