Home
last modified time | relevance | path

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

/hostap-3.6.0/hostapd/
Dmain.c51 unsigned int conf_syslog, conf_stdout; in hostapd_logger_cb() local
61 conf_syslog = hapd->conf->logger_syslog; in hostapd_logger_cb()
65 conf_syslog = conf_stdout = (unsigned int) -1; in hostapd_logger_cb()
120 if ((conf_syslog & module) && level >= conf_syslog_level) { in hostapd_logger_cb()