Searched refs:survey (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dacs.c40 * 1. passive scans are used to collect survey data
41 * (it is assumed that scan trigger collection of survey data in driver)
49 * spend gathering survey data during hostapd startup. Short traffic bursts
70 * The survey interference factor is defined as the ratio of the
133 * ACS: Trying survey-based ACS
246 static int acs_survey_is_sufficient(struct freq_survey *survey);
251 struct freq_survey *survey, *tmp; local
256 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
258 dl_list_del(&survey->list);
259 os_free(survey);
294 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) argument
330 struct freq_survey *survey; local
406 acs_survey_is_sufficient(struct freq_survey *survey) argument
431 struct freq_survey *survey; local
[all...]
H A Ddrv_callbacks.c1404 struct freq_survey *survey)
1407 chan->min_nf = survey->nf;
1408 iface->lowest_nf = survey->nf;
1411 chan->min_nf = survey->nf;
1412 else if (survey->nf < chan->min_nf)
1413 chan->min_nf = survey->nf;
1414 if (survey->nf < iface->lowest_nf)
1415 iface->lowest_nf = survey->nf;
1424 struct freq_survey *survey; local
1427 survey
1402 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) argument
1460 struct freq_survey *survey, *tmp; local
[all...]
/freebsd-11-stable/crypto/openssh/
H A DMakefile.in230 rm -f *.out core survey
257 rm -f survey.sh openbsd-compat/regress/Makefile *~
639 survey: survey.sh ssh
640 @$(SHELL) ./survey.sh > survey
641 @echo 'The survey results have been placed in the file "survey" in the'
643 @echo '"make send-survey".'
645 send-survey
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c400 HAL_SURVEY_SAMPLE survey; local
404 OS_MEMZERO(&survey, sizeof(survey));
410 * channel survey.
413 survey.cycle_count = anistats.cyclecnt_diff;
414 survey.chan_busy = anistats.rxclr_cnt;
415 survey.ext_chan_busy = anistats.extrxclr_cnt;
416 survey.tx_busy = anistats.txframecnt_diff;
417 survey.rx_busy = anistats.rxframecnt_diff;
418 ath_hal_survey_add_sample(ah, &survey);
[all...]

Completed in 69 milliseconds