Searched refs:freq_survey (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | acs.c | 245 static int acs_survey_is_sufficient(struct freq_survey *survey); 250 struct freq_survey *survey, *tmp; in acs_clean_chan_surveys() 256 struct freq_survey, list) { in acs_clean_chan_surveys() 293 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) in acs_survey_interference_factor() 329 struct freq_survey *survey; 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() 395 static int acs_survey_is_sufficient(struct freq_survey *survey) in acs_survey_is_sufficient() 420 struct freq_survey *survey; in acs_survey_list_is_sufficient() 423 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_list_is_sufficient()
|
D | drv_callbacks.c | 991 struct freq_survey *survey) in hostapd_update_nf() 1011 struct freq_survey *survey; in hostapd_single_channel_get_survey() 1014 survey = dl_list_first(&survey_res->survey_list, struct freq_survey, in hostapd_single_channel_get_survey() 1047 struct freq_survey *survey, *tmp; in hostapd_event_get_survey() 1061 struct freq_survey, list) { in hostapd_event_get_survey()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 4042 struct freq_survey { struct
|
D | driver_nl80211.c | 7002 struct freq_survey *survey, *tmp; in clean_survey_results() 7008 struct freq_survey, list) { in clean_survey_results() 7018 struct freq_survey *survey; in add_survey() 7020 survey = os_zalloc(sizeof(struct freq_survey)); in add_survey()
|