Lines Matching refs:survey
1292 struct survey_info *survey)
1313 survey->channel = &sband->channels[band_idx];
1314 survey->noise = chan_survey->rssi - chan_survey->snr;
1315 survey->filled = 0;
1318 survey->filled |= SURVEY_INFO_NOISE_DBM;
1320 if (survey->channel == wcn->channel)
1321 survey->filled |= SURVEY_INFO_IN_USE;
1327 HW_VALUE_CHANNEL(survey->channel->hw_value),
1328 chan_survey->rssi, chan_survey->snr, survey->noise,
1329 survey->filled, survey->channel->center_freq);