Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/utils/
HDcommon.h542 int freq_range_list_parse(struct wpa_freq_range_list *res, const char *value);
HDcommon.c781 int freq_range_list_parse(struct wpa_freq_range_list *res, const char *value) in freq_range_list_parse() function
HDutils_module_tests.c393 if (freq_range_list_parse(&ranges, "") != 0 || in common_tests()
/freebsd-11-stable/contrib/wpa/src/eap_peer/
HDeap_pwd.c154 res = freq_range_list_parse(&data->allowed_groups, pos); in eap_pwd_init()
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDctrl_iface.c6659 if (freq_range_list_parse(&wpa_s->global->p2p_disallow_freq, param) < 0) in p2p_ctrl_disallow_freq()
7016 if (freq_range_list_parse(&ranges, val) < 0) in freq_range_to_channel_list()
8822 if (freq_range_list_parse(&event.freq_range, param) < 0) in wpas_ctrl_iface_driver_event()
HDevents.c3912 if (freq_range_list_parse(&wpa_s->global->p2p_go_avoid_freq, str)) { in wpa_supplicant_notify_avoid_freq()
HDconfig.c4524 ret = freq_range_list_parse(&config->p2p_no_go_freq, pos); in wpa_config_process_p2p_no_go_freq()
/freebsd-11-stable/contrib/wpa/hostapd/
HDconfig_file.c861 if (freq_range_list_parse(&conf->acs_ch_list, val)) in hostapd_parse_chanlist()