Searched defs:survey (Results 1 - 3 of 3) sorted by relevance

/net/mac80211/
H A Ddriver-ops.h701 struct survey_info *survey)
705 trace_drv_get_survey(local, idx, survey);
708 ret = local->ops->get_survey(&local->hw, idx, survey);
700 drv_get_survey(struct ieee80211_local *local, int idx, struct survey_info *survey) argument
H A Dcfg.c590 struct survey_info survey; local
662 /* Get survey stats for current channel */
663 survey.filled = 0;
676 survey.filled = 0;
677 if (drv_get_survey(local, q, &survey) != 0) {
678 survey.filled = 0;
682 } while (channel != survey.channel);
685 if (survey.filled)
686 data[i++] = survey.channel->center_freq;
689 if (survey
758 ieee80211_dump_survey(struct wiphy *wiphy, struct net_device *dev, int idx, struct survey_info *survey) argument
[all...]
/net/wireless/
H A Dnl80211.c5812 struct survey_info *survey)
5830 survey->channel->center_freq))
5833 if ((survey->filled & SURVEY_INFO_NOISE_DBM) &&
5834 nla_put_u8(msg, NL80211_SURVEY_INFO_NOISE, survey->noise))
5836 if ((survey->filled & SURVEY_INFO_IN_USE) &&
5839 if ((survey->filled & SURVEY_INFO_CHANNEL_TIME) &&
5841 survey->channel_time))
5843 if ((survey->filled & SURVEY_INFO_CHANNEL_TIME_BUSY) &&
5845 survey->channel_time_busy))
5847 if ((survey
5810 nl80211_send_survey(struct sk_buff *msg, u32 portid, u32 seq, int flags, struct net_device *dev, struct survey_info *survey) argument
5872 struct survey_info survey; local
[all...]

Completed in 72 milliseconds