Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dacs.c252 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()
340 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_chan_interference_factor()
420 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_list_is_sufficient()
462 return !dl_list_empty(&chan->survey_list) && in acs_usable_chan()
Ddrv_callbacks.c1221 if (dl_list_empty(&chan->survey_list)) in hostapd_update_nf()
1238 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey()
1274 if (dl_list_empty(&survey_results->survey_list)) { in hostapd_event_get_survey()
1284 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in hostapd_event_get_survey()
1293 dl_list_add_tail(&chan->survey_list, &survey->list); in hostapd_event_get_survey()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h121 struct dl_list survey_list; member
5224 struct dl_list survey_list; /* struct freq_survey */ member
Ddriver_nl80211.c7640 if (dl_list_empty(&survey_results->survey_list)) in clean_survey_results()
7643 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in clean_survey_results()
7652 struct dl_list *survey_list) in add_survey() argument
7703 dl_list_add_tail(survey_list, &survey->list); in add_survey()
7767 add_survey(sinfo, ifidx, &survey_results->survey_list); in survey_handler()
7785 dl_list_init(&survey_results->survey_list); in wpa_driver_nl80211_get_survey()