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

/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dacs.c39 * 1. passive scans are used to collect survey data
40 * (it is assumed that scan trigger collection of survey data in driver)
48 * spend gathering survey data during hostapd startup. Short traffic bursts
69 * The survey interference factor is defined as the ratio of the
132 * ACS: Trying survey-based ACS
245 static int acs_survey_is_sufficient(struct freq_survey *survey);
250 struct freq_survey *survey, *tmp; local
255 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
257 dl_list_del(&survey->list);
258 os_free(survey);
293 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) argument
329 struct freq_survey *survey; local
395 acs_survey_is_sufficient(struct freq_survey *survey) argument
420 struct freq_survey *survey; local
[all...]
H A Ddrv_callbacks.c959 struct freq_survey *survey)
962 chan->min_nf = survey->nf;
963 iface->lowest_nf = survey->nf;
966 chan->min_nf = survey->nf;
967 else if (survey->nf < chan->min_nf)
968 chan->min_nf = survey->nf;
969 if (survey->nf < iface->lowest_nf)
970 iface->lowest_nf = survey->nf;
979 struct freq_survey *survey; local
982 survey
957 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) argument
1016 struct freq_survey *survey, *tmp; local
[all...]
/freebsd-11.0-release/crypto/openssh/
H A DMakefile.in230 rm -f *.out core survey
249 rm -f survey.sh openbsd-compat/regress/Makefile *~
571 survey: survey.sh ssh
572 @$(SHELL) ./survey.sh > survey
573 @echo 'The survey results have been placed in the file "survey" in the'
575 @echo '"make send-survey".'
577 send-survey
[all...]
/freebsd-11.0-release/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 263 milliseconds