Lines Matching defs:survey
10501 struct survey_info *survey)
10507 if (!survey->channel && !allow_radio_stats)
10522 if (survey->channel &&
10524 survey->channel->center_freq))
10527 if (survey->channel && survey->channel->freq_offset &&
10529 survey->channel->freq_offset))
10532 if ((survey->filled & SURVEY_INFO_NOISE_DBM) &&
10533 nla_put_u8(msg, NL80211_SURVEY_INFO_NOISE, survey->noise))
10535 if ((survey->filled & SURVEY_INFO_IN_USE) &&
10538 if ((survey->filled & SURVEY_INFO_TIME) &&
10540 survey->time, NL80211_SURVEY_INFO_PAD))
10542 if ((survey->filled & SURVEY_INFO_TIME_BUSY) &&
10544 survey->time_busy, NL80211_SURVEY_INFO_PAD))
10546 if ((survey->filled & SURVEY_INFO_TIME_EXT_BUSY) &&
10548 survey->time_ext_busy, NL80211_SURVEY_INFO_PAD))
10550 if ((survey->filled & SURVEY_INFO_TIME_RX) &&
10552 survey->time_rx, NL80211_SURVEY_INFO_PAD))
10554 if ((survey->filled & SURVEY_INFO_TIME_TX) &&
10556 survey->time_tx, NL80211_SURVEY_INFO_PAD))
10558 if ((survey->filled & SURVEY_INFO_TIME_SCAN) &&
10560 survey->time_scan, NL80211_SURVEY_INFO_PAD))
10562 if ((survey->filled & SURVEY_INFO_TIME_BSS_RX) &&
10564 survey->time_bss_rx, NL80211_SURVEY_INFO_PAD))
10580 struct survey_info survey;
10614 res = rdev_dump_survey(rdev, wdev->netdev, survey_idx, &survey);
10622 if (survey.channel &&
10623 survey.channel->flags & IEEE80211_CHAN_DISABLED) {
10631 wdev->netdev, radio_stats, &survey) < 0)