Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dacs.c40 * 1. passive scans are used to collect survey data
41 * (it is assumed that scan trigger collection of survey data in driver)
49 * spend gathering survey data during hostapd startup. Short traffic bursts
70 * The survey interference factor is defined as the ratio of the
133 * ACS: Trying survey-based ACS
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) acs_survey_interference_factor() argument
330 struct freq_survey *survey; acs_survey_chan_interference_factor() local
406 acs_survey_is_sufficient(struct freq_survey *survey) acs_survey_is_sufficient() argument
431 struct freq_survey *survey; acs_survey_list_is_sufficient() local
[all...]
H A Ddrv_callbacks.c1417 struct freq_survey *survey) in hostapd_update_nf()
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 in hostapd_single_channel_get_survey()
1415 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) hostapd_update_nf() argument
1473 struct freq_survey *survey, *tmp; hostapd_event_get_survey() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dacs.c40 * 1. passive scans are used to collect survey data
41 * (it is assumed that scan trigger collection of survey data in driver)
49 * spend gathering survey data during hostapd startup. Short traffic bursts
70 * The survey interference factor is defined as the ratio of the
133 * ACS: Trying survey-based ACS
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) acs_survey_interference_factor() argument
337 struct freq_survey *survey; acs_survey_chan_interference_factor() local
420 acs_survey_is_sufficient(struct freq_survey *survey) acs_survey_is_sufficient() argument
445 struct freq_survey *survey; acs_survey_list_is_sufficient() local
[all...]
H A Ddrv_callbacks.c1649 struct freq_survey *survey) in hostapd_update_nf()
1652 chan->min_nf = survey->nf; in hostapd_update_nf()
1653 iface->lowest_nf = survey->nf; in hostapd_update_nf()
1656 chan->min_nf = survey->nf; in hostapd_update_nf()
1657 else if (survey->nf < chan->min_nf) in hostapd_update_nf()
1658 chan->min_nf = survey->nf; in hostapd_update_nf()
1659 if (survey->nf < iface->lowest_nf) in hostapd_update_nf()
1660 iface->lowest_nf = survey->nf; in hostapd_update_nf()
1669 struct freq_survey *survey; in hostapd_single_channel_get_survey() local
1672 survey in hostapd_single_channel_get_survey()
1647 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) hostapd_update_nf() argument
1705 struct freq_survey *survey, *tmp; hostapd_event_get_survey() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c1509 wpa_printf(MSG_DEBUG, "nl80211: survey data missing!"); in get_link_noise()
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 in add_survey()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c1834 wpa_printf(MSG_DEBUG, "nl80211: survey data missing!"); in get_link_noise()
9393 struct freq_survey *survey, *tmp; local
9398 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
9400 dl_list_del(&survey->list);
9401 os_free(survey);
9409 struct freq_survey *survey; local
9411 survey = os_zalloc(sizeof(struct freq_survey));
9412 if (!survey)
9415 survey->ifidx = ifidx;
9416 survey
[all...]

Completed in 27 milliseconds