Searched refs:freq_survey (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | acs.c | 249 struct freq_survey *survey, *tmp; in acs_clean_chan_surveys() 255 struct freq_survey, list) { in acs_clean_chan_surveys() 292 acs_survey_interference_factor(struct freq_survey *survey, s8 min_nf) in acs_survey_interference_factor() 328 struct freq_survey *survey; 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() 384 static int acs_survey_is_sufficient(struct freq_survey *survey) in acs_survey_is_sufficient() 408 struct freq_survey *survey; in acs_survey_list_is_sufficient() 410 dl_list_for_each(survey, &chan->survey_list, struct freq_survey, list) in acs_survey_list_is_sufficient()
|
D | drv_callbacks.c | 845 struct freq_survey *survey) in hostapd_update_nf() 865 struct freq_survey *survey, *tmp; in hostapd_event_get_survey() 874 struct freq_survey, list) { in hostapd_event_get_survey()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 3520 struct freq_survey { struct
|
D | driver_nl80211.c | 11307 struct freq_survey *survey, *tmp; in clean_survey_results() 11313 struct freq_survey, list) { in clean_survey_results() 11323 struct freq_survey *survey; in add_survey() 11325 survey = os_zalloc(sizeof(struct freq_survey)); in add_survey()
|