Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/src/ap/
Dacs.c245 static int acs_survey_is_sufficient(struct freq_survey *survey);
250 struct freq_survey *survey, *tmp; in acs_clean_chan_surveys() local
255 dl_list_for_each_safe(survey, tmp, &chan->survey_list, in acs_clean_chan_surveys()
257 dl_list_del(&survey->list); in acs_clean_chan_surveys()
258 os_free(survey); in acs_clean_chan_surveys()
293 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) in acs_survey_interference_factor() argument
297 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) in acs_survey_interference_factor()
298 busy = survey->channel_time_busy; in acs_survey_interference_factor()
299 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX) in acs_survey_interference_factor()
300 busy = survey->channel_time_rx; in acs_survey_interference_factor()
[all …]
Ddrv_callbacks.c939 struct freq_survey *survey) in hostapd_update_nf() argument
942 chan->min_nf = survey->nf; in hostapd_update_nf()
943 iface->lowest_nf = survey->nf; in hostapd_update_nf()
946 chan->min_nf = survey->nf; in hostapd_update_nf()
947 else if (survey->nf < chan->min_nf) in hostapd_update_nf()
948 chan->min_nf = survey->nf; in hostapd_update_nf()
949 if (survey->nf < iface->lowest_nf) in hostapd_update_nf()
950 iface->lowest_nf = survey->nf; in hostapd_update_nf()
959 struct freq_survey *survey; in hostapd_single_channel_get_survey() local
962 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey()
[all …]
/external/openssh/
DMakefile.in597 @echo 'The survey results have been placed in the file "survey" in the'
599 @echo '"make send-survey".'
DINSTALL240 4. (Optional) Send survey
243 $ make survey
244 [check the contents of the file "survey" to ensure there's no information
246 $ make send-survey
249 host to a survey address. This will help determine which configurations
/external/skia/gyp/
Dnanomsg.gyp64 '../third_party/externals/nanomsg/src/protocols/survey/respondent.c',
65 '../third_party/externals/nanomsg/src/protocols/survey/surveyor.c',
66 '../third_party/externals/nanomsg/src/protocols/survey/xrespondent.c',
67 '../third_party/externals/nanomsg/src/protocols/survey/xsurveyor.c',
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c6700 struct freq_survey *survey, *tmp; in clean_survey_results() local
6705 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in clean_survey_results()
6707 dl_list_del(&survey->list); in clean_survey_results()
6708 os_free(survey); in clean_survey_results()
6716 struct freq_survey *survey; in add_survey() local
6718 survey = os_zalloc(sizeof(struct freq_survey)); in add_survey()
6719 if (!survey) in add_survey()
6722 survey->ifidx = ifidx; in add_survey()
6723 survey->freq = nla_get_u32(sinfo[NL80211_SURVEY_INFO_FREQUENCY]); in add_survey()
6724 survey->filled = 0; in add_survey()
[all …]
/external/wpa_supplicant_8/hostapd/
Ddefconfig302 # your driver must have survey dump capability that is filled by the driver
305 # You can customize the ACS survey algorithm with the hostapd.conf variable
/external/llvm/docs/
DCompilerWriterInfo.rst164 good survey of the prefetching capabilities of a variety of modern
/external/slf4j/slf4j-site/src/site/pages/css/
Dsite.css311 .survey {
/external/gptfdisk/
DREADME.Windows48 done an extensive survey of Windows partitioning tools on this score.
/external/libxml2/result/
Dintsubset2.xml.sax124 based on a survey in newspapers, so it is biassed towards kanji
Dintsubset2.xml.sax2124 based on a survey in newspapers, so it is biassed towards kanji
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/
DREADME28 survey http://rechten.uvt.nl/koops/cryptolaw/index.htm for useful
/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_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 "
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 "
Dlibexif-12.pot2680 "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 "
Dsq.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 "
Dru.po2748 "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 "
Dpt.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 "

12