Home
last modified time | relevance | path

Searched refs:hostapd_config_check (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_config.h1388 int hostapd_config_check(struct hostapd_config *conf, int full_config);
H A Dhostapd.c3506 if (hostapd_config_check(hapd_iface->conf, 1) < 0) { in hostapd_enable_iface()
3537 if (hostapd_config_check(hapd_iface->conf, 1) < 0) { in hostapd_reload_iface()
3554 if (hostapd_config_check(bss->iconf, 1) < 0) { in hostapd_reload_bss_only()
H A Dap_config.c1532 int hostapd_config_check(struct hostapd_config *conf, int full_config) in hostapd_config_check() function
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c5187 if (hostapd_config_check(conf, 1)) in hostapd_config_read()
5220 if (hostapd_config_check(conf, 0)) { in hostapd_set_iface()