HomeSort by: relevance | last modified time | path
    Searched refs:hostapd_config_check (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 1388 int hostapd_config_check(struct hostapd_config *conf, int full_config);
hostapd.c 3491 if (hostapd_config_check(hapd_iface->conf, 1) < 0) {
3522 if (hostapd_config_check(hapd_iface->conf, 1) < 0) {
3539 if (hostapd_config_check(bss->iconf, 1) < 0) {
4323 /* TODO: maybe call here hostapd_config_check here? */
ap_config.c 1532 int hostapd_config_check(struct hostapd_config *conf, int full_config) function
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 5187 if (hostapd_config_check(conf, 1))
5220 if (hostapd_config_check(conf, 0)) {

Completed in 22 milliseconds