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
148 survey.filled = 0; in ieee80211_get_stats()
161 survey.filled = 0; in ieee80211_get_stats()
162 if (drv_get_survey(local, q, &survey) != 0) { in ieee80211_get_stats()
163 survey.filled = 0; in ieee80211_get_stats()
167 } while (channel != survey.channel); in ieee80211_get_stats()
170 if (survey.filled) in ieee80211_get_stats()
171 data[i++] = survey.channel->center_freq; in ieee80211_get_stats()
174 if (survey.filled & SURVEY_INFO_NOISE_DBM) in ieee80211_get_stats()
175 data[i++] = (u8)survey.noise; in ieee80211_get_stats()
[all …]
Ddriver-ops.h727 struct survey_info *survey) in drv_get_survey() argument
731 trace_drv_get_survey(local, idx, survey); in drv_get_survey()
734 ret = local->ops->get_survey(&local->hw, idx, survey); in drv_get_survey()
Dtrace.h944 struct survey_info *survey),
946 TP_ARGS(local, idx, survey),
Dcfg.c495 int idx, struct survey_info *survey) in ieee80211_dump_survey() argument
499 return drv_get_survey(local, idx, survey); in ieee80211_dump_survey()
/net/wireless/
Dnl80211.c6249 struct survey_info *survey) in nl80211_send_survey() argument
6267 survey->channel->center_freq)) in nl80211_send_survey()
6270 if ((survey->filled & SURVEY_INFO_NOISE_DBM) && in nl80211_send_survey()
6271 nla_put_u8(msg, NL80211_SURVEY_INFO_NOISE, survey->noise)) in nl80211_send_survey()
6273 if ((survey->filled & SURVEY_INFO_IN_USE) && in nl80211_send_survey()
6276 if ((survey->filled & SURVEY_INFO_CHANNEL_TIME) && in nl80211_send_survey()
6278 survey->channel_time)) in nl80211_send_survey()
6280 if ((survey->filled & SURVEY_INFO_CHANNEL_TIME_BUSY) && in nl80211_send_survey()
6282 survey->channel_time_busy)) in nl80211_send_survey()
6284 if ((survey->filled & SURVEY_INFO_CHANNEL_TIME_EXT_BUSY) && in nl80211_send_survey()
[all …]