Home
last modified time | relevance | path

Searched refs:freq_range_list_parse (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dcommon.h594 int freq_range_list_parse(struct wpa_freq_range_list *res, const char *value);
H A Dcommon.c782 int freq_range_list_parse(struct wpa_freq_range_list *res, const char *value) in freq_range_list_parse() function
H A Dutils_module_tests.c466 if (freq_range_list_parse(&ranges, "") != 0 || in common_tests()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_pwd.c154 res = freq_range_list_parse(&data->allowed_groups, pos); in eap_pwd_init()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c829 if (freq_range_list_parse(&conf->acs_ch_list, val)) in hostapd_parse_chanlist()
3370 if (freq_range_list_parse(&conf->acs_freq_list, pos)) { in hostapd_config_fill()
3948 if (freq_range_list_parse(&conf->afc.freqs, pos)) { in hostapd_config_fill()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dnan_supplicant.c1801 if (freq_range_list_parse(&wpa_s->nan_disallowed_freqs, in wpas_nan_set()
H A Dctrl_iface.c7671 if (freq_range_list_parse(&wpa_s->global->p2p_disallow_freq, param) < 0) in p2p_ctrl_disallow_freq()
8087 if (freq_range_list_parse(&ranges, val) < 0) in freq_range_to_channel_list()
10106 if (freq_range_list_parse(&event.freq_range, param) < 0) in wpas_ctrl_iface_driver_event()
H A Dconfig.c5475 ret = freq_range_list_parse(&config->p2p_no_go_freq, pos); in wpa_config_process_p2p_no_go_freq()
H A Devents.c6156 if (freq_range_list_parse(&wpa_s->global->p2p_go_avoid_freq, str)) { in wpa_supplicant_notify_avoid_freq()