Searched refs:survey_list (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dacs.c251 if (dl_list_empty(&chan->survey_list))
254 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
273 dl_list_init(&chan->survey_list);
332 if (dl_list_empty(&chan->survey_list))
340 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list)
353 dl_list_len(&chan->survey_list);
410 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list)
448 if (dl_list_empty(&chan->survey_list))
H A Ddrv_callbacks.c851 if (dl_list_empty(&chan->survey_list))
868 if (dl_list_empty(&survey_results->survey_list)) {
873 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
882 dl_list_add_tail(&chan->survey_list, &survey->list);
/external/wpa_supplicant_8/src/ap/
H A Dacs.c251 if (dl_list_empty(&chan->survey_list))
254 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
273 dl_list_init(&chan->survey_list);
332 if (dl_list_empty(&chan->survey_list))
340 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list)
353 dl_list_len(&chan->survey_list);
410 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list)
448 if (dl_list_empty(&chan->survey_list))
H A Ddrv_callbacks.c851 if (dl_list_empty(&chan->survey_list))
868 if (dl_list_empty(&survey_results->survey_list)) {
873 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
882 dl_list_add_tail(&chan->survey_list, &survey->list);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dacs.c251 if (dl_list_empty(&chan->survey_list))
254 dl_list_for_each_safe(survey, tmp, &chan->survey_list,
273 dl_list_init(&chan->survey_list);
332 if (dl_list_empty(&chan->survey_list))
340 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list)
353 dl_list_len(&chan->survey_list);
410 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list)
448 if (dl_list_empty(&chan->survey_list))
H A Ddrv_callbacks.c851 if (dl_list_empty(&chan->survey_list))
868 if (dl_list_empty(&survey_results->survey_list)) {
873 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
882 dl_list_add_tail(&chan->survey_list, &survey->list);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h86 * survey_list - Linked list of surveys
88 struct dl_list survey_list; member in struct:hostapd_channel_data
4115 * @survey_list: Linked list of survey data
4119 struct dl_list survey_list; /* struct freq_survey */ member in struct:wpa_event_data::survey_results
H A Ddriver_nl80211.c11309 if (dl_list_empty(&survey_results->survey_list))
11312 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
11321 struct dl_list *survey_list)
11372 dl_list_add_tail(survey_list, &survey->list);
11436 add_survey(sinfo, ifidx, &survey_results->survey_list);
11454 dl_list_init(&survey_results->survey_list);
11320 add_survey(struct nlattr **sinfo, u32 ifidx, struct dl_list *survey_list) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h86 * survey_list - Linked list of surveys
88 struct dl_list survey_list; member in struct:hostapd_channel_data
4115 * @survey_list: Linked list of survey data
4119 struct dl_list survey_list; /* struct freq_survey */ member in struct:wpa_event_data::survey_results
H A Ddriver_nl80211.c11309 if (dl_list_empty(&survey_results->survey_list))
11312 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
11321 struct dl_list *survey_list)
11372 dl_list_add_tail(survey_list, &survey->list);
11436 add_survey(sinfo, ifidx, &survey_results->survey_list);
11454 dl_list_init(&survey_results->survey_list);
11320 add_survey(struct nlattr **sinfo, u32 ifidx, struct dl_list *survey_list) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h86 * survey_list - Linked list of surveys
88 struct dl_list survey_list; member in struct:hostapd_channel_data
4115 * @survey_list: Linked list of survey data
4119 struct dl_list survey_list; /* struct freq_survey */ member in struct:wpa_event_data::survey_results
H A Ddriver_nl80211.c11309 if (dl_list_empty(&survey_results->survey_list))
11312 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list,
11321 struct dl_list *survey_list)
11372 dl_list_add_tail(survey_list, &survey->list);
11436 add_survey(sinfo, ifidx, &survey_results->survey_list);
11454 dl_list_init(&survey_results->survey_list);
11320 add_survey(struct nlattr **sinfo, u32 ifidx, struct dl_list *survey_list) argument

Completed in 337 milliseconds