Home
last modified time | relevance | path

Searched refs:count_eht (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
6198 count_eht = 0; in validate_beacon_tx_rate()
6203 count_eht++; in validate_beacon_tx_rate()
6204 if (count_eht > 1) in validate_beacon_tx_rate()
6207 if (count_eht && 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()
6232 if (count_eht && in validate_beacon_tx_rate()