Lines Matching defs:survey
5695 * To provide correct survey data for survey-based ACS algorithm
5696 * we have to save survey data for current channel before switching.
11751 * Create channel information and survey arrays
12149 struct survey_info *survey)
12167 survey->channel = &rt2x00dev->bands[band].channels[idx];
12169 survey->filled = SURVEY_INFO_TIME |
12173 survey->time = div_u64(chan_survey->time_idle + chan_survey->time_busy, 1000);
12174 survey->time_busy = div_u64(chan_survey->time_busy, 1000);
12175 survey->time_ext_busy = div_u64(chan_survey->time_ext_busy, 1000);
12178 survey->filled |= SURVEY_INFO_IN_USE;