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 | 945 if (dl_list_empty(&chan->survey_list)) in hostapd_update_nf() 962 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey() 998 if (dl_list_empty(&survey_results->survey_list)) { in hostapd_event_get_survey() 1008 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in hostapd_event_get_survey() 1017 dl_list_add_tail(&chan->survey_list, &survey->list); in hostapd_event_get_survey()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 97 struct dl_list survey_list; member 4524 struct dl_list survey_list; /* struct freq_survey */ member
|
D | driver_nl80211.c | 6702 if (dl_list_empty(&survey_results->survey_list)) in clean_survey_results() 6705 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in clean_survey_results() 6714 struct dl_list *survey_list) in add_survey() argument 6765 dl_list_add_tail(survey_list, &survey->list); in add_survey() 6829 add_survey(sinfo, ifidx, &survey_results->survey_list); in survey_handler() 6847 dl_list_init(&survey_results->survey_list); in wpa_driver_nl80211_get_survey()
|