Searched refs:survey_list (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | acs.c | 252 if (dl_list_empty(&chan->survey_list)) in acs_clean_chan_surveys() 255 dl_list_for_each_safe(survey, tmp, &chan->survey_list, in acs_clean_chan_surveys() 274 dl_list_init(&chan->survey_list); in acs_cleanup() 334 if (dl_list_empty(&chan->survey_list)) in acs_survey_chan_interference_factor() 342 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_chan_interference_factor() 423 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_list_is_sufficient() 469 if (dl_list_empty(&chan->survey_list)) in acs_usable_chan()
|
D | drv_callbacks.c | 997 if (dl_list_empty(&chan->survey_list)) in hostapd_update_nf() 1014 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey() 1050 if (dl_list_empty(&survey_results->survey_list)) { in hostapd_event_get_survey() 1060 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in hostapd_event_get_survey() 1069 dl_list_add_tail(&chan->survey_list, &survey->list); in hostapd_event_get_survey()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 106 struct dl_list survey_list; member 4687 struct dl_list survey_list; /* struct freq_survey */ member
|
D | driver_nl80211.c | 7004 if (dl_list_empty(&survey_results->survey_list)) in clean_survey_results() 7007 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in clean_survey_results() 7016 struct dl_list *survey_list) in add_survey() argument 7067 dl_list_add_tail(survey_list, &survey->list); in add_survey() 7131 add_survey(sinfo, ifidx, &survey_results->survey_list); in survey_handler() 7149 dl_list_init(&survey_results->survey_list); in wpa_driver_nl80211_get_survey()
|