Lines Matching defs:survey
302 struct survey_info survey[MWL8K_NUM_CHANS];
3103 struct survey_info *survey;
3107 wiphy_err(priv->hw->wiphy, "Failed to update survey\n");
3111 survey = &priv->survey[idx];
3115 survey->time_busy = (u64) cca_cnt;
3119 survey->time_rx = (u64) rx_rdy;
3122 survey->time = jiffies_to_msecs(priv->channel_time);
3124 survey->channel = channel;
3129 survey->noise = nf * -1;
3131 survey->filled = SURVEY_INFO_NOISE_DBM |
5398 struct survey_info *survey)
5418 memcpy(survey, &priv->survey[idx], sizeof(*survey));
5419 survey->channel = &sband->channels[idx];
5427 survey->channel = conf->chandef.chan;
5428 survey->filled = SURVEY_INFO_NOISE_DBM;
5429 survey->noise = priv->noise;