/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | acs.c | 246 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 …]
|
D | drv_callbacks.c | 1417 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/ |
D | acs.c | 246 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 …]
|
D | drv_callbacks.c | 1590 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/ |
D | driver_nl80211.c | 8090 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/ |
D | driver_nl80211.c | 8864 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/ |
D | differences.md | 76 a quick survey of open source `<system_error>` based code on github quickly
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | .config | 346 # 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
|
D | defconfig | 337 # 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 | .config | 346 # 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
|
D | defconfig | 346 # 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/ |
D | defconfig | 556 # 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 | .config | 559 # 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/ |
D | defconfig | 562 # 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 | .config | 559 # 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/ |
D | intsubset2.xml.sax2 | 124 based on a survey in newspapers, so it is biassed towards kanji
|
/third_party/gptfdisk/ |
D | README.Windows | 44 done an extensive survey of Windows partitioning tools on this score.
|
/third_party/libxml2/result/ |
D | intsubset2.xml.sax | 124 based on a survey in newspapers, so it is biassed towards kanji
|
D | intsubset2.xml.sax2 | 124 based on a survey in newspapers, so it is biassed towards kanji
|
/third_party/flutter/flutter/dev/tools/ |
D | dartdoc.dart | 147 '--header', 'survey.html',
|
/third_party/boost/libs/math/doc/background/ |
D | remez.qbk | 356 Cody, W.J., ['A survey of practical rational and polynomial
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
D | README | 296 In our survey, there are 140 fonts including `feat' table.
|
/third_party/boost/doc/test/ |
D | remez.qbk | 356 Cody, W.J., ['A survey of practical rational and polynomial
|
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/ |
D | README | 296 In our survey, there are 140 fonts including `feat' table.
|
/third_party/freetype/src/gxvalid/ |
D | README | 296 In our survey, there are 140 fonts including `feat' table.
|