Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dacs.c310 static int acs_survey_is_sufficient(struct freq_survey *survey);
316 struct freq_survey *survey, *tmp; in acs_clean_chan_surveys()
322 struct freq_survey, list) { in acs_clean_chan_surveys()
371 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) in acs_survey_interference_factor()
405 struct freq_survey *survey; in acs_survey_chan_interference_factor()
416 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_chan_interference_factor()
471 static int acs_survey_is_sufficient(struct freq_survey *survey) in acs_survey_is_sufficient()
501 struct freq_survey *survey; in acs_survey_list_is_sufficient()
504 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_list_is_sufficient()
H A Ddrv_callbacks.c2093 struct freq_survey *survey) in hostapd_update_nf()
2113 struct freq_survey *survey; in hostapd_single_channel_get_survey()
2116 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey()
2149 struct freq_survey *survey, *tmp; in hostapd_event_get_survey()
2163 struct freq_survey, list) { in hostapd_event_get_survey()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h5866 struct freq_survey { struct
H A Ddriver_nl80211.c10109 struct freq_survey *survey, *tmp; in clean_survey_results()
10115 struct freq_survey, list) { in clean_survey_results()
10125 struct freq_survey *survey; in add_survey()
10127 survey = os_zalloc(sizeof(struct freq_survey)); in add_survey()