Lines Matching defs:survey
5688 * To provide correct survey data for survey-based ACS algorithm
5689 * we have to save survey data for current channel before switching.
11908 * Create channel information and survey arrays
12308 struct survey_info *survey)
12326 survey->channel = &rt2x00dev->bands[band].channels[idx];
12328 survey->filled = SURVEY_INFO_TIME |
12332 survey->time = div_u64(chan_survey->time_idle + chan_survey->time_busy, 1000);
12333 survey->time_busy = div_u64(chan_survey->time_busy, 1000);
12334 survey->time_ext_busy = div_u64(chan_survey->time_ext_busy, 1000);
12337 survey->filled |= SURVEY_INFO_IN_USE;