Home
last modified time | relevance | path

Searched refs:c_config (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/hostapd/
H A Dhostapd.c412 ret = strlcpy(cfg->c_config, HOSTAPD_CONFIG, sizeof(cfg->c_config)); in main()
414 ret = strlcpy(cfg->c_config, config, sizeof(cfg->c_config)); in main()
415 if (ret >= sizeof(cfg->c_config)) in main()
423 hostapd_fatal("invalid configuration in %s\n", cfg->c_config); in main()
H A Dhostapd.h346 char c_config[PATH_MAX]; member
H A Dparse.y1790 if ((file = pushfile(cfg->c_config, 1)) == NULL) in hostapd_parse_file()
1792 cfg->c_config); in hostapd_parse_file()