Home
last modified time | relevance | path

Searched refs:survey (Results 1 – 25 of 43) sorted by relevance

12

/external/wpa_supplicant_8/src/ap/
Dacs.c248 struct freq_survey *survey, *tmp; in acs_clean_chan_surveys() local
253 dl_list_for_each_safe(survey, tmp, &chan->survey_list, in acs_clean_chan_surveys()
255 dl_list_del(&survey->list); in acs_clean_chan_surveys()
256 os_free(survey); in acs_clean_chan_surveys()
290 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) in acs_survey_interference_factor() argument
294 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) in acs_survey_interference_factor()
295 busy = survey->channel_time_busy; in acs_survey_interference_factor()
296 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX) in acs_survey_interference_factor()
297 busy = survey->channel_time_rx; in acs_survey_interference_factor()
305 total = survey->channel_time; in acs_survey_interference_factor()
[all …]
Ddrv_callbacks.c742 struct freq_survey *survey) in hostapd_update_nf() argument
745 chan->min_nf = survey->nf; in hostapd_update_nf()
746 iface->lowest_nf = survey->nf; in hostapd_update_nf()
749 chan->min_nf = survey->nf; in hostapd_update_nf()
750 else if (survey->nf < chan->min_nf) in hostapd_update_nf()
751 chan->min_nf = survey->nf; in hostapd_update_nf()
752 if (survey->nf < iface->lowest_nf) in hostapd_update_nf()
753 iface->lowest_nf = survey->nf; in hostapd_update_nf()
762 struct freq_survey *survey, *tmp; in hostapd_event_get_survey() local
770 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in hostapd_event_get_survey()
[all …]
/external/openssh/
DMakefile.in431 @echo 'The survey results have been placed in the file "survey" in the'
433 @echo '"make send-survey".'
DINSTALL241 4. (Optional) Send survey
244 $ make survey
245 [check the contents of the file "survey" to ensure there's no information
247 $ make send-survey
250 host to a survey address. This will help determine which configurations
Dconfigure16884 "survey.sh") CONFIG_FILES="$CONFIG_FILES survey.sh" ;;
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c10027 struct freq_survey *survey, *tmp; in clean_survey_results() local
10032 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in clean_survey_results()
10034 dl_list_del(&survey->list); in clean_survey_results()
10035 os_free(survey); in clean_survey_results()
10043 struct freq_survey *survey; in add_survey() local
10045 survey = os_zalloc(sizeof(struct freq_survey)); in add_survey()
10046 if (!survey) in add_survey()
10049 survey->ifidx = ifidx; in add_survey()
10050 survey->freq = nla_get_u32(sinfo[NL80211_SURVEY_INFO_FREQUENCY]); in add_survey()
10051 survey->filled = 0; in add_survey()
[all …]
/external/wpa_supplicant_8/hostapd/
Ddefconfig290 # your driver must have survey dump capability that is filled by the driver
293 # You can customize the ACS survey algorithm with the hostapd.conf variable
/external/llvm/docs/
DCompilerWriterInfo.rst153 good survey of the prefetching capabilities of a variety of modern
/external/chromium_org/third_party/sqlite/src/test/
Dfts3near.test511 superthin supplest suppositive surcease surfs surprise survey
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb1122 surrenderesurvey0K'JO!=survey)K!$JO= surveyed 3K$JO!=9
/external/libexif/po/
Den_GB.po2763 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
2768 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Den_AU.po2763 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
2768 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Dlibexif-12.pot2680 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Dru.po2748 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Dja.po2693 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Dpt.po2684 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Dbe.po2684 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Den_CA.po2689 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Dzh_CN.po2684 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Dtr.po2684 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Dsr.po2725 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Duk.po2683 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Dsq.po2684 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Dsv.po2737 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
Dfr.po2859 "Indicates the geodetic survey data used by the GPS receiver. If the survey "

12