Searched refs:hostapd_config_check (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_config.h | 1194 int hostapd_config_check(struct hostapd_config *conf, int full_config);
|
H A D | ap_config.c | 1463 int hostapd_config_check(struct hostapd_config *conf, int full_config) in hostapd_config_check() function
|
H A D | hostapd.c | 2801 if (hostapd_config_check(hapd_iface->conf, 1) < 0) { in hostapd_enable_iface() 2831 if (hostapd_config_check(hapd_iface->conf, 1) < 0) { in hostapd_reload_iface() 3578 /* TODO: maybe call here hostapd_config_check here? */ in hostapd_change_config_freq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_config.h | 1099 int hostapd_config_check(struct hostapd_config *conf, int full_config);
|
H A D | ap_config.c | 1234 int hostapd_config_check(struct hostapd_config *conf, int full_config) in hostapd_config_check() function
|
H A D | hostapd.c | 2590 if (hostapd_config_check(hapd_iface->conf, 1) < 0) { in hostapd_enable_iface() 2619 if (hostapd_config_check(hapd_iface->conf, 1) < 0) { in hostapd_reload_iface() 3341 /* TODO: maybe call here hostapd_config_check here? */ in hostapd_change_config_freq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 4993 if (hostapd_config_check(conf, 1)) in hostapd_config_read() 5025 if (hostapd_config_check(conf, 0)) { in hostapd_set_iface()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 4594 if (hostapd_config_check(conf, 1)) 4627 if (hostapd_config_check(conf, 0)) {
|
Completed in 24 milliseconds