Searched refs:survey (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dacs.c39 * 1. passive scans are used to collect survey data
40 * (it is assumed that scan trigger collection of survey data in driver)
48 * spend gathering survey data during hostapd startup. Short traffic bursts
69 * The survey interference factor is defined as the ratio of the
132 * ACS: Trying survey-based ACS
245 static int acs_survey_is_sufficient(struct freq_survey *survey);
250 struct freq_survey *survey, *tmp; local
255 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
257 dl_list_del(&survey->list);
258 os_free(survey);
293 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) argument
329 struct freq_survey *survey; local
395 acs_survey_is_sufficient(struct freq_survey *survey) argument
420 struct freq_survey *survey; local
[all...]
H A Ddrv_callbacks.c939 struct freq_survey *survey)
942 chan->min_nf = survey->nf;
943 iface->lowest_nf = survey->nf;
946 chan->min_nf = survey->nf;
947 else if (survey->nf < chan->min_nf)
948 chan->min_nf = survey->nf;
949 if (survey->nf < iface->lowest_nf)
950 iface->lowest_nf = survey->nf;
959 struct freq_survey *survey; local
962 survey
937 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) argument
995 struct freq_survey *survey, *tmp; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dacs.c39 * 1. passive scans are used to collect survey data
40 * (it is assumed that scan trigger collection of survey data in driver)
48 * spend gathering survey data during hostapd startup. Short traffic bursts
69 * The survey interference factor is defined as the ratio of the
132 * ACS: Trying survey-based ACS
245 static int acs_survey_is_sufficient(struct freq_survey *survey);
250 struct freq_survey *survey, *tmp; local
255 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
257 dl_list_del(&survey->list);
258 os_free(survey);
293 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) argument
329 struct freq_survey *survey; local
395 acs_survey_is_sufficient(struct freq_survey *survey) argument
420 struct freq_survey *survey; local
[all...]
H A Ddrv_callbacks.c939 struct freq_survey *survey)
942 chan->min_nf = survey->nf;
943 iface->lowest_nf = survey->nf;
946 chan->min_nf = survey->nf;
947 else if (survey->nf < chan->min_nf)
948 chan->min_nf = survey->nf;
949 if (survey->nf < iface->lowest_nf)
950 iface->lowest_nf = survey->nf;
959 struct freq_survey *survey; local
962 survey
937 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) argument
995 struct freq_survey *survey, *tmp; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dacs.c39 * 1. passive scans are used to collect survey data
40 * (it is assumed that scan trigger collection of survey data in driver)
48 * spend gathering survey data during hostapd startup. Short traffic bursts
69 * The survey interference factor is defined as the ratio of the
132 * ACS: Trying survey-based ACS
245 static int acs_survey_is_sufficient(struct freq_survey *survey);
250 struct freq_survey *survey, *tmp; local
255 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
257 dl_list_del(&survey->list);
258 os_free(survey);
293 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) argument
329 struct freq_survey *survey; local
395 acs_survey_is_sufficient(struct freq_survey *survey) argument
420 struct freq_survey *survey; local
[all...]
H A Ddrv_callbacks.c939 struct freq_survey *survey)
942 chan->min_nf = survey->nf;
943 iface->lowest_nf = survey->nf;
946 chan->min_nf = survey->nf;
947 else if (survey->nf < chan->min_nf)
948 chan->min_nf = survey->nf;
949 if (survey->nf < iface->lowest_nf)
950 iface->lowest_nf = survey->nf;
959 struct freq_survey *survey; local
962 survey
937 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) argument
995 struct freq_survey *survey, *tmp; local
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c1276 wpa_printf(MSG_DEBUG, "nl80211: survey data missing!");
6700 struct freq_survey *survey, *tmp; local
6705 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
6707 dl_list_del(&survey->list);
6708 os_free(survey);
6716 struct freq_survey *survey; local
6718 survey = os_zalloc(sizeof(struct freq_survey));
6719 if (!survey)
6722 survey->ifidx = ifidx;
6723 survey
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c1276 wpa_printf(MSG_DEBUG, "nl80211: survey data missing!");
6700 struct freq_survey *survey, *tmp; local
6705 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
6707 dl_list_del(&survey->list);
6708 os_free(survey);
6716 struct freq_survey *survey; local
6718 survey = os_zalloc(sizeof(struct freq_survey));
6719 if (!survey)
6722 survey->ifidx = ifidx;
6723 survey
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c1276 wpa_printf(MSG_DEBUG, "nl80211: survey data missing!");
6700 struct freq_survey *survey, *tmp; local
6705 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
6707 dl_list_del(&survey->list);
6708 os_free(survey);
6716 struct freq_survey *survey; local
6718 survey = os_zalloc(sizeof(struct freq_survey));
6719 if (!survey)
6722 survey->ifidx = ifidx;
6723 survey
[all...]

Completed in 177 milliseconds