Searched defs: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
249 struct freq_survey *survey, *tmp; local
254 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
256 dl_list_del(&survey->list);
257 os_free(survey);
292 acs_survey_interference_factor(struct freq_survey *survey, s argument
328 struct freq_survey *survey; local
384 acs_survey_is_sufficient(struct freq_survey *survey) argument
408 struct freq_survey *survey; local
[all...]
H A Ddrv_callbacks.c845 struct freq_survey *survey)
848 chan->min_nf = survey->nf;
849 iface->lowest_nf = survey->nf;
852 chan->min_nf = survey->nf;
853 else if (survey->nf < chan->min_nf)
854 chan->min_nf = survey->nf;
855 if (survey->nf < iface->lowest_nf)
856 iface->lowest_nf = survey->nf;
865 struct freq_survey *survey, *tmp; local
869 wpa_printf(MSG_DEBUG, "No survey dat
843 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.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
249 struct freq_survey *survey, *tmp; local
254 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
256 dl_list_del(&survey->list);
257 os_free(survey);
292 acs_survey_interference_factor(struct freq_survey *survey, s argument
328 struct freq_survey *survey; local
384 acs_survey_is_sufficient(struct freq_survey *survey) argument
408 struct freq_survey *survey; local
[all...]
H A Ddrv_callbacks.c845 struct freq_survey *survey)
848 chan->min_nf = survey->nf;
849 iface->lowest_nf = survey->nf;
852 chan->min_nf = survey->nf;
853 else if (survey->nf < chan->min_nf)
854 chan->min_nf = survey->nf;
855 if (survey->nf < iface->lowest_nf)
856 iface->lowest_nf = survey->nf;
865 struct freq_survey *survey, *tmp; local
869 wpa_printf(MSG_DEBUG, "No survey dat
843 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.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
249 struct freq_survey *survey, *tmp; local
254 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
256 dl_list_del(&survey->list);
257 os_free(survey);
292 acs_survey_interference_factor(struct freq_survey *survey, s argument
328 struct freq_survey *survey; local
384 acs_survey_is_sufficient(struct freq_survey *survey) argument
408 struct freq_survey *survey; local
[all...]
H A Ddrv_callbacks.c845 struct freq_survey *survey)
848 chan->min_nf = survey->nf;
849 iface->lowest_nf = survey->nf;
852 chan->min_nf = survey->nf;
853 else if (survey->nf < chan->min_nf)
854 chan->min_nf = survey->nf;
855 if (survey->nf < iface->lowest_nf)
856 iface->lowest_nf = survey->nf;
865 struct freq_survey *survey, *tmp; local
869 wpa_printf(MSG_DEBUG, "No survey dat
843 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.c2414 wpa_printf(MSG_DEBUG, "nl80211: survey data missing!");
11307 struct freq_survey *survey, *tmp; local
11312 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
11314 dl_list_del(&survey->list);
11315 os_free(survey);
11323 struct freq_survey *survey; local
11325 survey = os_zalloc(sizeof(struct freq_survey));
11326 if (!survey)
11329 survey->ifidx = ifidx;
11330 survey
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c2414 wpa_printf(MSG_DEBUG, "nl80211: survey data missing!");
11307 struct freq_survey *survey, *tmp; local
11312 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
11314 dl_list_del(&survey->list);
11315 os_free(survey);
11323 struct freq_survey *survey; local
11325 survey = os_zalloc(sizeof(struct freq_survey));
11326 if (!survey)
11329 survey->ifidx = ifidx;
11330 survey
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c2414 wpa_printf(MSG_DEBUG, "nl80211: survey data missing!");
11307 struct freq_survey *survey, *tmp; local
11312 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
11314 dl_list_del(&survey->list);
11315 os_free(survey);
11323 struct freq_survey *survey; local
11325 survey = os_zalloc(sizeof(struct freq_survey));
11326 if (!survey)
11329 survey->ifidx = ifidx;
11330 survey
[all...]

Completed in 368 milliseconds