Home
last modified time | relevance | path

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

/net/mac80211/
Dethtool.c74 struct survey_info survey; in ieee80211_get_stats() local
146 survey.filled = 0; in ieee80211_get_stats()
159 survey.filled = 0; in ieee80211_get_stats()
160 if (drv_get_survey(local, q, &survey) != 0) { in ieee80211_get_stats()
161 survey.filled = 0; in ieee80211_get_stats()
165 } while (channel != survey.channel); in ieee80211_get_stats()
168 if (survey.filled) in ieee80211_get_stats()
169 data[i++] = survey.channel->center_freq; in ieee80211_get_stats()
172 if (survey.filled & SURVEY_INFO_NOISE_DBM) in ieee80211_get_stats()
173 data[i++] = (u8)survey.noise; in ieee80211_get_stats()
[all …]
Ddriver-ops.h604 struct survey_info *survey) in drv_get_survey() argument
608 trace_drv_get_survey(local, idx, survey); in drv_get_survey()
611 ret = local->ops->get_survey(&local->hw, idx, survey); in drv_get_survey()
Dtrace.h1086 struct survey_info *survey),
1088 TP_ARGS(local, _idx, survey),
Dcfg.c742 int idx, struct survey_info *survey) in ieee80211_dump_survey() argument
746 return drv_get_survey(local, idx, survey); in ieee80211_dump_survey()
/net/wireless/
Dnl80211.c9020 struct survey_info *survey) in nl80211_send_survey() argument
9026 if (!survey->channel && !allow_radio_stats) in nl80211_send_survey()
9041 if (survey->channel && in nl80211_send_survey()
9043 survey->channel->center_freq)) in nl80211_send_survey()
9046 if ((survey->filled & SURVEY_INFO_NOISE_DBM) && in nl80211_send_survey()
9047 nla_put_u8(msg, NL80211_SURVEY_INFO_NOISE, survey->noise)) in nl80211_send_survey()
9049 if ((survey->filled & SURVEY_INFO_IN_USE) && in nl80211_send_survey()
9052 if ((survey->filled & SURVEY_INFO_TIME) && in nl80211_send_survey()
9054 survey->time, NL80211_SURVEY_INFO_PAD)) in nl80211_send_survey()
9056 if ((survey->filled & SURVEY_INFO_TIME_BUSY) && in nl80211_send_survey()
[all …]