Searched refs:survey_list (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | acs.c | 253 if (dl_list_empty(&chan->survey_list)) in acs_clean_chan_surveys() 256 dl_list_for_each_safe(survey, tmp, &chan->survey_list, in acs_clean_chan_surveys() 275 dl_list_init(&chan->survey_list); in acs_cleanup_mode() 344 if (dl_list_empty(&chan->survey_list) || in acs_survey_chan_interference_factor() 350 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_chan_interference_factor() 443 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_list_is_sufficient() 499 return !dl_list_empty(&chan->survey_list) && in acs_usable_chan()
|
D | drv_callbacks.c | 1581 if (dl_list_empty(&chan->survey_list)) in hostapd_update_nf() 1598 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey() 1634 if (dl_list_empty(&survey_results->survey_list)) { in hostapd_event_get_survey() 1644 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in hostapd_event_get_survey() 1653 dl_list_add_tail(&chan->survey_list, &survey->list); in hostapd_event_get_survey()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 152 struct dl_list survey_list; member 5873 struct dl_list survey_list; /* struct freq_survey */ member
|
D | driver_nl80211.c | 8924 if (dl_list_empty(&survey_results->survey_list)) in clean_survey_results() 8927 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in clean_survey_results() 8936 struct dl_list *survey_list) in add_survey() argument 8987 dl_list_add_tail(survey_list, &survey->list); in add_survey() 9051 add_survey(sinfo, ifidx, &survey_results->survey_list); in survey_handler() 9069 dl_list_init(&survey_results->survey_list); in wpa_driver_nl80211_get_survey()
|