Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dwired.conf10 logger_stdout_level=1
Dhostapd.conf57 logger_stdout_level=2
Dap_main.c60 conf_stdout_level = hapd->conf->logger_stdout_level; in hostapd_logger_cb()
279 if (iface->bss[0]->conf->logger_stdout_level > 0) in hostapd_interface_init()
280 iface->bss[0]->conf->logger_stdout_level--; in hostapd_interface_init()
Dap_config_file.c2407 bss->logger_stdout_level = atoi(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dwired.conf10 logger_stdout_level=1
Dhostapd.conf56 logger_stdout_level=2
Dap_main.c60 conf_stdout_level = hapd->conf->logger_stdout_level; in hostapd_logger_cb()
276 if (iface->bss[0]->conf->logger_stdout_level > 0) in hostapd_interface_init()
277 iface->bss[0]->conf->logger_stdout_level--; in hostapd_interface_init()
Dap_config_file.c2391 bss->logger_stdout_level = atoi(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h277 enum hostapd_logger_level logger_syslog_level, logger_stdout_level; member
Dap_config.c52 bss->logger_stdout_level = HOSTAPD_LEVEL_INFO; in hostapd_config_defaults_bss()
Dhostapd.c2509 if (iface->bss[bss_idx]->conf->logger_stdout_level > 0) in hostapd_interface_init_bss()
2510 iface->bss[bss_idx]->conf->logger_stdout_level--; in hostapd_interface_init_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h282 enum hostapd_logger_level logger_syslog_level, logger_stdout_level; member
Dap_config.c53 bss->logger_stdout_level = HOSTAPD_LEVEL_INFO; in hostapd_config_defaults_bss()
Dhostapd.c2654 if (iface->bss[bss_idx]->conf->logger_stdout_level > 0) in hostapd_interface_init_bss()
2655 iface->bss[bss_idx]->conf->logger_stdout_level--; in hostapd_interface_init_bss()