Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.h225 s8 chain_signal[IEEE80211_MAX_CHAINS];
368 s8 chain_signal[IEEE80211_MAX_CHAINS];
/openbmc/linux/net/mac80211/
H A Dsta_info.h437 s8 chain_signal_last[IEEE80211_MAX_CHAINS];
540 struct ewma_signal chain_signal[IEEE80211_MAX_CHAINS];
H A Drx.c352 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
690 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
/openbmc/linux/include/net/
H A Dcfg80211.h1873 #define IEEE80211_MAX_CHAINS 4 macro
1974 s8 chain_signal[IEEE80211_MAX_CHAINS];
1975 s8 chain_signal_avg[IEEE80211_MAX_CHAINS];
2737 s8 chain_signal[IEEE80211_MAX_CHAINS];
2812 s8 chain_signal[IEEE80211_MAX_CHAINS];
H A Dmac80211.h1583 s8 chain_signal[IEEE80211_MAX_CHAINS];
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h501 s8 chain_signal[IEEE80211_MAX_CHAINS];
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h648 s8 chain_signal[IEEE80211_MAX_CHAINS];
/openbmc/linux/net/wireless/
H A Dscan.c1843 IEEE80211_MAX_CHAINS); in cfg80211_update_known_bss()
2976 memcpy(tmp.pub.chain_signal, data->chain_signal, IEEE80211_MAX_CHAINS); in cfg80211_inform_single_bss_frame_data()
H A Dnl80211.c6544 for (i = 0; i < IEEE80211_MAX_CHAINS; i++) { in nl80211_put_signal()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1228 for (i = 0; i < IEEE80211_MAX_CHAINS ; i++) { in ath10k_htt_rx_h_signal()