Home
last modified time | relevance | path

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

123

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dacs.c246 static int acs_survey_is_sufficient(struct freq_survey *survey);
251 struct freq_survey *survey, *tmp; in acs_clean_chan_surveys() local
256 dl_list_for_each_safe(survey, tmp, &chan->survey_list, in acs_clean_chan_surveys()
258 dl_list_del(&survey->list); in acs_clean_chan_surveys()
259 os_free(survey); in acs_clean_chan_surveys()
294 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) in acs_survey_interference_factor() argument
298 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) in acs_survey_interference_factor()
299 busy = survey->channel_time_busy; in acs_survey_interference_factor()
300 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX) in acs_survey_interference_factor()
301 busy = survey->channel_time_rx; in acs_survey_interference_factor()
[all …]
Ddrv_callbacks.c1417 struct freq_survey *survey) in hostapd_update_nf() argument
1420 chan->min_nf = survey->nf; in hostapd_update_nf()
1421 iface->lowest_nf = survey->nf; in hostapd_update_nf()
1424 chan->min_nf = survey->nf; in hostapd_update_nf()
1425 else if (survey->nf < chan->min_nf) in hostapd_update_nf()
1426 chan->min_nf = survey->nf; in hostapd_update_nf()
1427 if (survey->nf < iface->lowest_nf) in hostapd_update_nf()
1428 iface->lowest_nf = survey->nf; in hostapd_update_nf()
1437 struct freq_survey *survey; in hostapd_single_channel_get_survey() local
1440 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dacs.c246 static int acs_survey_is_sufficient(struct freq_survey *survey);
251 struct freq_survey *survey, *tmp; in acs_clean_chan_surveys() local
256 dl_list_for_each_safe(survey, tmp, &chan->survey_list, in acs_clean_chan_surveys()
258 dl_list_del(&survey->list); in acs_clean_chan_surveys()
259 os_free(survey); in acs_clean_chan_surveys()
303 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) in acs_survey_interference_factor() argument
307 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) in acs_survey_interference_factor()
308 busy = survey->channel_time_busy; in acs_survey_interference_factor()
309 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX) in acs_survey_interference_factor()
310 busy = survey->channel_time_rx; in acs_survey_interference_factor()
[all …]
Ddrv_callbacks.c1590 struct freq_survey *survey) in hostapd_update_nf() argument
1593 chan->min_nf = survey->nf; in hostapd_update_nf()
1594 iface->lowest_nf = survey->nf; in hostapd_update_nf()
1597 chan->min_nf = survey->nf; in hostapd_update_nf()
1598 else if (survey->nf < chan->min_nf) in hostapd_update_nf()
1599 chan->min_nf = survey->nf; in hostapd_update_nf()
1600 if (survey->nf < iface->lowest_nf) in hostapd_update_nf()
1601 iface->lowest_nf = survey->nf; in hostapd_update_nf()
1610 struct freq_survey *survey; in hostapd_single_channel_get_survey() local
1613 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c8090 struct freq_survey *survey, *tmp; in clean_survey_results() local
8095 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in clean_survey_results()
8097 dl_list_del(&survey->list); in clean_survey_results()
8098 os_free(survey); in clean_survey_results()
8106 struct freq_survey *survey; in add_survey() local
8108 survey = os_zalloc(sizeof(struct freq_survey)); in add_survey()
8109 if (!survey) in add_survey()
8112 survey->ifidx = ifidx; in add_survey()
8113 survey->freq = nla_get_u32(sinfo[NL80211_SURVEY_INFO_FREQUENCY]); in add_survey()
8114 survey->filled = 0; in add_survey()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c8864 struct freq_survey *survey, *tmp; in clean_survey_results() local
8869 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in clean_survey_results()
8871 dl_list_del(&survey->list); in clean_survey_results()
8872 os_free(survey); in clean_survey_results()
8880 struct freq_survey *survey; in add_survey() local
8882 survey = os_zalloc(sizeof(struct freq_survey)); in add_survey()
8883 if (!survey) in add_survey()
8886 survey->ifidx = ifidx; in add_survey()
8887 survey->freq = nla_get_u32(sinfo[NL80211_SURVEY_INFO_FREQUENCY]); in add_survey()
8888 survey->filled = 0; in add_survey()
[all …]
/third_party/boost/libs/outcome/doc/src/content/experimental/
Ddifferences.md76 a quick survey of open source `<system_error>` based code on github quickly
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
D.config346 # your driver must have survey dump capability that is filled by the driver
349 # You can customize the ACS survey algorithm with the hostapd.conf variable
Ddefconfig337 # your driver must have survey dump capability that is filled by the driver
340 # You can customize the ACS survey algorithm with the hostapd.conf variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
D.config346 # your driver must have survey dump capability that is filled by the driver
349 # You can customize the ACS survey algorithm with the hostapd.conf variable
Ddefconfig346 # your driver must have survey dump capability that is filled by the driver
349 # You can customize the ACS survey algorithm with the hostapd.conf variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Ddefconfig556 # your driver must have survey dump capability that is filled by the driver
559 # TODO: In analogy to hostapd be able to customize the ACS survey algorithm with
D.config559 # your driver must have survey dump capability that is filled by the driver
562 # TODO: In analogy to hostapd be able to customize the ACS survey algorithm with
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Ddefconfig562 # your driver must have survey dump capability that is filled by the driver
565 # TODO: In analogy to hostapd be able to customize the ACS survey algorithm with
D.config559 # your driver must have survey dump capability that is filled by the driver
562 # TODO: In analogy to hostapd be able to customize the ACS survey algorithm with
/third_party/libxml2/result/noent/
Dintsubset2.xml.sax2124 based on a survey in newspapers, so it is biassed towards kanji
/third_party/gptfdisk/
DREADME.Windows44 done an extensive survey of Windows partitioning tools on this score.
/third_party/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
/third_party/flutter/flutter/dev/tools/
Ddartdoc.dart147 '--header', 'survey.html',
/third_party/boost/libs/math/doc/background/
Dremez.qbk356 Cody, W.J., ['A survey of practical rational and polynomial
/third_party/skia/third_party/externals/freetype/src/gxvalid/
DREADME296 In our survey, there are 140 fonts including `feat' table.
/third_party/boost/doc/test/
Dremez.qbk356 Cody, W.J., ['A survey of practical rational and polynomial
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
DREADME296 In our survey, there are 140 fonts including `feat' table.
/third_party/freetype/src/gxvalid/
DREADME296 In our survey, there are 140 fonts including `feat' table.

123