Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_config.h1409 int hostapd_config_check(struct hostapd_config *conf, int full_config);
Dhostapd.c3499 if (hostapd_config_check(hapd_iface->conf, 1) < 0) { in hostapd_enable_iface()
3530 if (hostapd_config_check(hapd_iface->conf, 1) < 0) { in hostapd_reload_iface()
3547 if (hostapd_config_check(bss->iconf, 1) < 0) { in hostapd_reload_bss_only()
Dap_config.c1544 int hostapd_config_check(struct hostapd_config *conf, int full_config) in hostapd_config_check() function
/hostap-latest/hostapd/
Dconfig_file.c5262 if (hostapd_config_check(conf, 1)) in hostapd_config_read()
5295 if (hostapd_config_check(conf, 0)) { in hostapd_set_iface()