Home
last modified time | relevance | path

Searched refs:freq_survey (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/src/ap/
Dacs.c318 static int acs_survey_is_sufficient(struct freq_survey *survey);
324 struct freq_survey *survey, *tmp; in acs_clean_chan_surveys()
330 struct freq_survey, list) { in acs_clean_chan_surveys()
379 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) in acs_survey_interference_factor()
413 struct freq_survey *survey; in acs_survey_chan_interference_factor()
424 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_chan_interference_factor()
479 static int acs_survey_is_sufficient(struct freq_survey *survey) in acs_survey_is_sufficient()
509 struct freq_survey *survey; in acs_survey_list_is_sufficient()
512 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_list_is_sufficient()
Ddrv_callbacks.c2103 struct freq_survey *survey) in hostapd_update_nf()
2123 struct freq_survey *survey; in hostapd_single_channel_get_survey()
2126 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey()
2159 struct freq_survey *survey, *tmp; in hostapd_event_get_survey()
2173 struct freq_survey, list) { in hostapd_event_get_survey()
/hostap-latest/src/drivers/
Ddriver_zephyr.h229 struct freq_survey *survey, bool more_res);
Ddriver.h5895 struct freq_survey { struct
Ddriver_nl80211.c10167 struct freq_survey *survey, *tmp; in clean_survey_results()
10173 struct freq_survey, list) { in clean_survey_results()
10183 struct freq_survey *survey; in add_survey()
10185 survey = os_zalloc(sizeof(struct freq_survey)); in add_survey()