HomeSort by relevance Sort by last modified time
    Searched full:conf_syslog_level (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/hostapd/
main.c 54 int conf_syslog_level, conf_stdout_level; local
63 conf_syslog_level = hapd->conf->logger_syslog_level;
68 conf_syslog_level = conf_stdout_level = 0;
121 if ((conf_syslog & module) && level >= conf_syslog_level) {

Completed in 32 milliseconds