Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dmain.c49 unsigned int conf_syslog, conf_stdout; in hostapd_logger_cb() local
60 conf_stdout = hapd->conf->logger_stdout; in hostapd_logger_cb()
63 conf_syslog = conf_stdout = (unsigned int) -1; in hostapd_logger_cb()
111 if ((conf_stdout & module) && level >= conf_stdout_level) { in hostapd_logger_cb()