Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dnl80211.c5871 u32 count_ht, count_vht, count_he, count_eht, i; in validate_beacon_tx_rate() local
5917 count_eht = 0; in validate_beacon_tx_rate()
5922 count_eht++; in validate_beacon_tx_rate()
5923 if (count_eht > 1) in validate_beacon_tx_rate()
5926 if (count_eht && rate) in validate_beacon_tx_rate()
5930 if ((count_ht && count_vht && count_he && count_eht) || in validate_beacon_tx_rate()
5931 (!rate && !count_ht && !count_vht && !count_he && !count_eht)) in validate_beacon_tx_rate()
5951 if (count_eht && in validate_beacon_tx_rate()