Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h637 struct survey_results;
639 struct survey_results *survey_results);
Ddrv_callbacks.c1434 struct survey_results *survey_res) in hostapd_single_channel_get_survey()
1471 struct survey_results *survey_results) in hostapd_event_get_survey() argument
1476 if (dl_list_empty(&survey_results->survey_list)) { in hostapd_event_get_survey()
1481 if (survey_results->freq_filter) { in hostapd_event_get_survey()
1482 hostapd_single_channel_get_survey(iface, survey_results); in hostapd_event_get_survey()
1486 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in hostapd_event_get_survey()
1822 hostapd_event_get_survey(hapd->iface, &data->survey_results); in wpa_supplicant_event_hapd()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h674 struct survey_results;
676 struct survey_results *survey_results);
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_hapd()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c8088 static void clean_survey_results(struct survey_results *survey_results) in clean_survey_results() argument
8092 if (dl_list_empty(&survey_results->survey_list)) in clean_survey_results()
8095 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in clean_survey_results()
8174 struct survey_results *survey_results; in survey_handler() local
8183 survey_results = (struct survey_results *) arg; in survey_handler()
8209 survey_results->freq_filter)) in survey_handler()
8212 if (survey_results->freq_filter && in survey_handler()
8213 survey_results->freq_filter != surveyed_freq) { in survey_handler()
8219 add_survey(sinfo, ifidx, &survey_results->survey_list); in survey_handler()
8232 struct survey_results *survey_results; in wpa_driver_nl80211_get_survey() local
[all …]
Ddriver.h5549 struct survey_results { struct
5552 } survey_results; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c8862 static void clean_survey_results(struct survey_results *survey_results) in clean_survey_results() argument
8866 if (dl_list_empty(&survey_results->survey_list)) in clean_survey_results()
8869 dl_list_for_each_safe(survey, tmp, &survey_results->survey_list, in clean_survey_results()
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()
8987 survey_results->freq_filter != surveyed_freq) { in survey_handler()
8993 add_survey(sinfo, ifidx, &survey_results->survey_list); in survey_handler()
9006 struct survey_results *survey_results; in wpa_driver_nl80211_get_survey() local
[all …]
Ddriver.h5911 struct survey_results { struct
5914 } survey_results; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Devents.c4935 &data->survey_results); in wpa_supplicant_event()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Devents.c5710 &data->survey_results); in wpa_supplicant_event()