Home
last modified time | relevance | path

Searched refs:survey (Results 1 – 25 of 46) 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.c1215 struct freq_survey *survey) in hostapd_update_nf() argument
1218 chan->min_nf = survey->nf; in hostapd_update_nf()
1219 iface->lowest_nf = survey->nf; in hostapd_update_nf()
1222 chan->min_nf = survey->nf; in hostapd_update_nf()
1223 else if (survey->nf < chan->min_nf) in hostapd_update_nf()
1224 chan->min_nf = survey->nf; in hostapd_update_nf()
1225 if (survey->nf < iface->lowest_nf) in hostapd_update_nf()
1226 iface->lowest_nf = survey->nf; in hostapd_update_nf()
1235 struct freq_survey *survey; in hostapd_single_channel_get_survey() local
1238 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey()
[all …]
/external/iw/
Dsurvey.c14 SECTION(survey);
80 COMMAND(survey, dump, NULL,
DAndroid.mk7 interface.c ibss.c station.c survey.c util.c ocb.c \
DMakefile16 interface.o ibss.o station.o survey.o util.o ocb.o \
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c7638 struct freq_survey *survey, *tmp; in clean_survey_results() local
7643 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in clean_survey_results()
7645 dl_list_del(&survey->list); in clean_survey_results()
7646 os_free(survey); in clean_survey_results()
7654 struct freq_survey *survey; in add_survey() local
7656 survey = os_zalloc(sizeof(struct freq_survey)); in add_survey()
7657 if (!survey) in add_survey()
7660 survey->ifidx = ifidx; in add_survey()
7661 survey->freq = nla_get_u32(sinfo[NL80211_SURVEY_INFO_FREQUENCY]); in add_survey()
7662 survey->filled = 0; in add_survey()
[all …]
/external/wpa_supplicant_8/hostapd/
Ddefconfig331 # your driver must have survey dump capability that is filled by the driver
334 # You can customize the ACS survey algorithm with the hostapd.conf variable
/external/llvm/docs/
DCompilerWriterInfo.rst149 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/wpa_supplicant_8/wpa_supplicant/
Ddefconfig540 # your driver must have survey dump capability that is filled by the driver
543 # TODO: In analogy to hostapd be able to customize the ACS survey algorithm with
/external/libxml2/result/
Dintsubset2.xml.sax2124 based on a survey in newspapers, so it is biassed towards kanji
Dintsubset2.xml.sax124 based on a survey in newspapers, so it is biassed towards kanji
/external/libxml2/result/noent/
Dintsubset2.xml.sax2124 based on a survey in newspapers, so it is biassed towards kanji
/external/freetype/src/gxvalid/
DREADME296 In our survey, there are 140 fonts including `feat' table.
/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 "
Dja.po2693 "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 "
Dru.po2748 "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 "
Den_CA.po2689 "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 "
Dtr.po2684 "Indicates the geodetic survey data used by the GPS receiver. If the survey "

12