Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.h440 s8 chain_signal_last[IEEE80211_MAX_CHAINS];
544 struct ewma_signal chain_signal[IEEE80211_MAX_CHAINS];
H A Drx.c377 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
735 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
/linux/include/net/
H A Dcfg80211.h2205 #define IEEE80211_MAX_CHAINS 4 macro
2267 s8 chain_signal[IEEE80211_MAX_CHAINS];
2268 s8 chain_signal_avg[IEEE80211_MAX_CHAINS];
2401 s8 chain_signal[IEEE80211_MAX_CHAINS];
2402 s8 chain_signal_avg[IEEE80211_MAX_CHAINS];
3188 s8 chain_signal[IEEE80211_MAX_CHAINS];
3274 s8 chain_signal[IEEE80211_MAX_CHAINS];
H A Dmac80211.h1814 s8 chain_signal[IEEE80211_MAX_CHAINS];
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h506 s8 chain_signal[IEEE80211_MAX_CHAINS];
/linux/net/wireless/
H A Dscan.c1995 IEEE80211_MAX_CHAINS); in cfg80211_update_known_bss()
2342 IEEE80211_MAX_CHAINS); in cfg80211_inform_single_bss_data()
H A Dnl80211.c7854 for (i = 0; i < IEEE80211_MAX_CHAINS; i++) { in nl80211_put_signal()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h772 s8 chain_signal[IEEE80211_MAX_CHAINS];
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1232 for (i = 0; i < IEEE80211_MAX_CHAINS ; i++) { in ath10k_htt_rx_h_signal()