Searched refs:survey_info (Results 1 – 25 of 42) sorted by relevance
12
| /Linux-v5.4/drivers/net/wireless/ath/carl9170/ |
| D | cmd.c | 172 struct survey_info *info; in carl9170_collect_tally()
|
| D | carl9170.h | 346 struct survey_info *survey;
|
| D | main.c | 1645 struct survey_info *survey) in carl9170_op_get_survey() 1956 ar->survey = kcalloc(chans, sizeof(struct survey_info), GFP_KERNEL); in carl9170_parse_eeprom()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
| D | link.c | 492 struct survey_info *survey = &sc->survey[channel]; in ath_update_survey_nf() 511 struct survey_info *survey = &sc->survey[pos]; in ath_update_survey_stats()
|
| D | ath9k.h | 986 struct survey_info *cur_survey; 987 struct survey_info survey[ATH9K_NUM_CHANNELS];
|
| D | channel.c | 63 memset(sc->cur_survey, 0, sizeof(struct survey_info)); in ath_set_channel() 66 memset(&sc->survey[pos], 0, sizeof(struct survey_info)); in ath_set_channel()
|
| /Linux-v5.4/drivers/net/wireless/intersil/p54/ |
| D | p54.h | 201 struct survey_info *survey;
|
| D | main.c | 302 struct survey_info *info = &priv->survey[chan->hw_value]; in p54_reset_stats() 604 struct survey_info *survey) in p54_get_survey()
|
| D | eeprom.c | 345 priv->survey = kcalloc(max_channel_num, sizeof(struct survey_info), in p54_generate_channel_lists()
|
| D | txrx.c | 594 struct survey_info *survey = &priv->survey[chan->hw_value]; in p54_rx_stats()
|
| /Linux-v5.4/net/mac80211/ |
| D | ethtool.c | 74 struct survey_info survey; in ieee80211_get_stats()
|
| D | driver-ops.h | 604 struct survey_info *survey) in drv_get_survey()
|
| /Linux-v5.4/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2800lib.h | 254 struct survey_info *survey);
|
| /Linux-v5.4/Documentation/driver-api/80211/ |
| D | cfg80211.rst | 108 :functions: survey_info
|
| /Linux-v5.4/drivers/net/wireless/ath/ath5k/ |
| D | mac80211-ops.c | 647 ath5k_get_survey(struct ieee80211_hw *hw, int idx, struct survey_info *survey) in ath5k_get_survey()
|
| D | ath5k.h | 1348 struct survey_info survey; /* collected survey info */
|
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | hw.h | 393 void ath10k_hw_fill_survey_time(struct ath10k *ar, struct survey_info *survey,
|
| D | hw.c | 545 void ath10k_hw_fill_survey_time(struct ath10k *ar, struct survey_info *survey, in ath10k_hw_fill_survey_time()
|
| D | core.h | 1129 struct survey_info survey[ATH10K_NUM_CHANS];
|
| /Linux-v5.4/drivers/net/wireless/marvell/libertas_tf/ |
| D | main.c | 460 struct survey_info *survey) in lbtf_op_get_survey()
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
| D | mac80211.c | 427 struct survey_info *survey) in mt76_get_survey()
|
| D | mt76.h | 722 struct survey_info *survey);
|
| /Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/ |
| D | cfg80211.c | 728 int idx, struct survey_info *survey) in qtnf_dump_survey()
|
| /Linux-v5.4/include/net/ |
| D | cfg80211.h | 809 struct survey_info { struct 3781 int idx, struct survey_info *info);
|
| /Linux-v5.4/drivers/net/wireless/ti/wl1251/ |
| D | main.c | 1329 struct survey_info *survey) in wl1251_op_get_survey()
|
12