Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dnl80211.c6345 u32 count_ht, count_vht, count_he, count_eht, i; in validate_beacon_tx_rate() local
6391 count_eht = 0; in validate_beacon_tx_rate()
6396 count_eht++; in validate_beacon_tx_rate()
6397 if (count_eht > 1) in validate_beacon_tx_rate()
6400 if (count_eht && rate) in validate_beacon_tx_rate()
6404 if ((count_ht && count_vht && count_he && count_eht) || in validate_beacon_tx_rate()
6405 (!rate && !count_ht && !count_vht && !count_he && !count_eht)) in validate_beacon_tx_rate()
6425 if (count_eht && in validate_beacon_tx_rate()