Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dacs.c246 static int acs_survey_is_sufficient(struct freq_survey *survey);
251 struct freq_survey *survey, *tmp; in acs_clean_chan_surveys()
257 struct freq_survey, list) { in acs_clean_chan_surveys()
294 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) in acs_survey_interference_factor()
330 struct freq_survey *survey; in acs_survey_chan_interference_factor()
341 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_chan_interference_factor()
406 static int acs_survey_is_sufficient(struct freq_survey *survey) in acs_survey_is_sufficient()
431 struct freq_survey *survey; in acs_survey_list_is_sufficient()
434 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_list_is_sufficient()
Ddrv_callbacks.c1390 struct freq_survey *survey) in hostapd_update_nf()
1410 struct freq_survey *survey; in hostapd_single_channel_get_survey()
1413 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey()
1446 struct freq_survey *survey, *tmp; in hostapd_event_get_survey()
1460 struct freq_survey, list) { in hostapd_event_get_survey()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h4724 struct freq_survey { struct
Ddriver_nl80211.c8037 struct freq_survey *survey, *tmp; in clean_survey_results()
8043 struct freq_survey, list) { in clean_survey_results()
8053 struct freq_survey *survey; in add_survey()
8055 survey = os_zalloc(sizeof(struct freq_survey)); in add_survey()