Lines Matching defs:survey
9358 struct survey_info *survey)
9364 if (!survey->channel && !allow_radio_stats)
9379 if (survey->channel &&
9381 survey->channel->center_freq))
9384 if (survey->channel && survey->channel->freq_offset &&
9386 survey->channel->freq_offset))
9389 if ((survey->filled & SURVEY_INFO_NOISE_DBM) &&
9390 nla_put_u8(msg, NL80211_SURVEY_INFO_NOISE, survey->noise))
9392 if ((survey->filled & SURVEY_INFO_IN_USE) &&
9395 if ((survey->filled & SURVEY_INFO_TIME) &&
9397 survey->time, NL80211_SURVEY_INFO_PAD))
9399 if ((survey->filled & SURVEY_INFO_TIME_BUSY) &&
9401 survey->time_busy, NL80211_SURVEY_INFO_PAD))
9403 if ((survey->filled & SURVEY_INFO_TIME_EXT_BUSY) &&
9405 survey->time_ext_busy, NL80211_SURVEY_INFO_PAD))
9407 if ((survey->filled & SURVEY_INFO_TIME_RX) &&
9409 survey->time_rx, NL80211_SURVEY_INFO_PAD))
9411 if ((survey->filled & SURVEY_INFO_TIME_TX) &&
9413 survey->time_tx, NL80211_SURVEY_INFO_PAD))
9415 if ((survey->filled & SURVEY_INFO_TIME_SCAN) &&
9417 survey->time_scan, NL80211_SURVEY_INFO_PAD))
9419 if ((survey->filled & SURVEY_INFO_TIME_BSS_RX) &&
9421 survey->time_bss_rx, NL80211_SURVEY_INFO_PAD))
9437 struct survey_info survey;
9467 res = rdev_dump_survey(rdev, wdev->netdev, survey_idx, &survey);
9474 if (survey.channel &&
9475 survey.channel->flags & IEEE80211_CHAN_DISABLED) {
9483 wdev->netdev, radio_stats, &survey) < 0)