Home
last modified time | relevance | path

Searched refs:survey_results (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dhostapd.h674 struct survey_results;
676 struct survey_results *survey_results);
H A Ddrv_callbacks.c1607 struct survey_results *survey_res) in hostapd_single_channel_get_survey()
1644 struct survey_results *survey_results) in hostapd_event_get_survey() argument
1649 if (dl_list_empty(&survey_results->survey_list)) { in hostapd_event_get_survey()
1654 if (survey_results->freq_filter) { in hostapd_event_get_survey()
1655 hostapd_single_channel_get_survey(iface, survey_results); in hostapd_event_get_survey()
1659 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in hostapd_event_get_survey()
1995 hostapd_event_get_survey(hapd->iface, &data->survey_results); in wpa_supplicant_event()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c8862 static void clean_survey_results(struct survey_results *survey_results) in clean_survey_results() argument
8948 struct survey_results *survey_results; in survey_handler() local
8957 survey_results = (struct survey_results *) arg; in survey_handler()
8983 survey_results->freq_filter)) in survey_handler()
8986 if (survey_results->freq_filter && in survey_handler()
9006 struct survey_results *survey_results; in wpa_driver_nl80211_get_survey() local
9009 survey_results = &data.survey_results; in wpa_driver_nl80211_get_survey()
9011 dl_list_init(&survey_results->survey_list); in wpa_driver_nl80211_get_survey()
9018 data.survey_results.freq_filter = freq; in wpa_driver_nl80211_get_survey()
9023 survey_results, NULL, NULL); in wpa_driver_nl80211_get_survey()
[all …]
H A Ddriver.h5888 struct survey_results { struct
5891 } survey_results; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c5687 &data->survey_results); in wpa_supplicant_event()