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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dacs.c38 * 1. passive scans are used to collect survey data
39 * (it is assumed that scan trigger collection of survey data in driver)
47 * spend gathering survey data during hostapd startup. Short traffic bursts
68 * The survey interference factor is defined as the ratio of the
131 * ACS: Trying survey-based ACS
248 struct freq_survey *survey, *tmp; local
253 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
255 dl_list_del(&survey->list);
256 os_free(survey);
290 acs_survey_interference_factor(struct freq_survey *survey, s argument
326 struct freq_survey *survey; local
379 acs_survey_is_sufficient(struct freq_survey *survey) argument
405 struct freq_survey *survey; local
[all...]
H A Ddrv_callbacks.c742 struct freq_survey *survey)
745 chan->min_nf = survey->nf;
746 iface->lowest_nf = survey->nf;
749 chan->min_nf = survey->nf;
750 else if (survey->nf < chan->min_nf)
751 chan->min_nf = survey->nf;
752 if (survey->nf < iface->lowest_nf)
753 iface->lowest_nf = survey->nf;
762 struct freq_survey *survey, *tmp; local
766 wpa_printf(MSG_DEBUG, "No survey dat
740 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dacs.c38 * 1. passive scans are used to collect survey data
39 * (it is assumed that scan trigger collection of survey data in driver)
47 * spend gathering survey data during hostapd startup. Short traffic bursts
68 * The survey interference factor is defined as the ratio of the
131 * ACS: Trying survey-based ACS
248 struct freq_survey *survey, *tmp; local
253 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
255 dl_list_del(&survey->list);
256 os_free(survey);
290 acs_survey_interference_factor(struct freq_survey *survey, s argument
326 struct freq_survey *survey; local
379 acs_survey_is_sufficient(struct freq_survey *survey) argument
405 struct freq_survey *survey; local
[all...]
H A Ddrv_callbacks.c742 struct freq_survey *survey)
745 chan->min_nf = survey->nf;
746 iface->lowest_nf = survey->nf;
749 chan->min_nf = survey->nf;
750 else if (survey->nf < chan->min_nf)
751 chan->min_nf = survey->nf;
752 if (survey->nf < iface->lowest_nf)
753 iface->lowest_nf = survey->nf;
762 struct freq_survey *survey, *tmp; local
766 wpa_printf(MSG_DEBUG, "No survey dat
740 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dacs.c38 * 1. passive scans are used to collect survey data
39 * (it is assumed that scan trigger collection of survey data in driver)
47 * spend gathering survey data during hostapd startup. Short traffic bursts
68 * The survey interference factor is defined as the ratio of the
131 * ACS: Trying survey-based ACS
248 struct freq_survey *survey, *tmp; local
253 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
255 dl_list_del(&survey->list);
256 os_free(survey);
290 acs_survey_interference_factor(struct freq_survey *survey, s argument
326 struct freq_survey *survey; local
379 acs_survey_is_sufficient(struct freq_survey *survey) argument
405 struct freq_survey *survey; local
[all...]
H A Ddrv_callbacks.c742 struct freq_survey *survey)
745 chan->min_nf = survey->nf;
746 iface->lowest_nf = survey->nf;
749 chan->min_nf = survey->nf;
750 else if (survey->nf < chan->min_nf)
751 chan->min_nf = survey->nf;
752 if (survey->nf < iface->lowest_nf)
753 iface->lowest_nf = survey->nf;
762 struct freq_survey *survey, *tmp; local
766 wpa_printf(MSG_DEBUG, "No survey dat
740 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c2078 wpa_printf(MSG_DEBUG, "nl80211: survey data missing!");
10027 struct freq_survey *survey, *tmp; local
10032 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
10034 dl_list_del(&survey->list);
10035 os_free(survey);
10043 struct freq_survey *survey; local
10045 survey = os_zalloc(sizeof(struct freq_survey));
10046 if (!survey)
10049 survey->ifidx = ifidx;
10050 survey
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c2078 wpa_printf(MSG_DEBUG, "nl80211: survey data missing!");
10027 struct freq_survey *survey, *tmp; local
10032 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
10034 dl_list_del(&survey->list);
10035 os_free(survey);
10043 struct freq_survey *survey; local
10045 survey = os_zalloc(sizeof(struct freq_survey));
10046 if (!survey)
10049 survey->ifidx = ifidx;
10050 survey
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c2078 wpa_printf(MSG_DEBUG, "nl80211: survey data missing!");
10027 struct freq_survey *survey, *tmp; local
10032 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
10034 dl_list_del(&survey->list);
10035 os_free(survey);
10043 struct freq_survey *survey; local
10045 survey = os_zalloc(sizeof(struct freq_survey));
10046 if (!survey)
10049 survey->ifidx = ifidx;
10050 survey
[all...]

Completed in 966 milliseconds