/external/wpa_supplicant_8/src/ap/ |
D | acs.c | 245 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 …]
|
D | drv_callbacks.c | 1215 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/ |
D | survey.c | 14 SECTION(survey); 80 COMMAND(survey, dump, NULL,
|
D | Android.mk | 7 interface.c ibss.c station.c survey.c util.c ocb.c \
|
D | Makefile | 16 interface.o ibss.o station.o survey.o util.o ocb.o \
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 7638 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/ |
D | defconfig | 331 # 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/ |
D | CompilerWriterInfo.rst | 149 good survey of the prefetching capabilities of a variety of modern
|
/external/slf4j/slf4j-site/src/site/pages/css/ |
D | site.css | 311 .survey {
|
/external/gptfdisk/ |
D | README.Windows | 48 done an extensive survey of Windows partitioning tools on this score.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | defconfig | 540 # 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/ |
D | intsubset2.xml.sax2 | 124 based on a survey in newspapers, so it is biassed towards kanji
|
D | intsubset2.xml.sax | 124 based on a survey in newspapers, so it is biassed towards kanji
|
/external/libxml2/result/noent/ |
D | intsubset2.xml.sax2 | 124 based on a survey in newspapers, so it is biassed towards kanji
|
/external/freetype/src/gxvalid/ |
D | README | 296 In our survey, there are 140 fonts including `feat' table.
|
/external/libexif/po/ |
D | en_GB.po | 2763 "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 "
|
D | en_AU.po | 2763 "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 "
|
D | libexif-12.pot | 2680 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
|
D | ja.po | 2693 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
|
D | zh_CN.po | 2684 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
|
D | ru.po | 2748 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
|
D | pt.po | 2684 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
|
D | en_CA.po | 2689 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
|
D | sq.po | 2684 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
|
D | tr.po | 2684 "Indicates the geodetic survey data used by the GPS receiver. If the survey "
|