Home
last modified time | relevance | path

Searched refs:CHANNEL_SURVEY_SAMPLE_COUNT (Results 1 – 3 of 3) sorted by relevance

/NextBSD/tools/tools/ath/athsurvey/
HDathsurvey.c87 for (i = 0; i < CHANNEL_SURVEY_SAMPLE_COUNT; i++) { in process_survey_stats()
/NextBSD/sys/dev/ath/ath_hal/
HDah.h930 #define CHANNEL_SURVEY_SAMPLE_COUNT 32 macro
933 HAL_SURVEY_SAMPLE samples[CHANNEL_SURVEY_SAMPLE_COUNT];
HDah.c1470 cs->cur_sample = (cs->cur_sample + 1) % CHANNEL_SURVEY_SAMPLE_COUNT; in ath_hal_survey_add_sample()