Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3868 - Hostapd logs AP-STA-CONNECTED messages, even though loglevel is set to 4 #9141

Closed
openwrt-bot opened this issue Jun 10, 2021 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

Pilatus:

Hostapd log level is set to 4, and only warnings and above should be logged in the system log. But AP-STA-CONNECTED/DISCONNECTED messages are still showing up in the log - see below. This is with OpenWRT-19.07-7 on a Netgear R7800.

Thu Jun 10 14:24:56 2021 daemon.notice hostapd: wlan1: AP-STA-DISCONNECTED 80:fd:7a:67:87:70 Thu Jun 10 14:39:46 2021 daemon.notice hostapd: wlan1: AP-STA-CONNECTED 80:fd:7a:67:87:70

/etc/config wireless is set to log level 4 (same for radio1):

config wifi-device 'radio0'
...
option log_level '4'

and /var/run/hostapd-phy{0,1}.conf is set as follows:

driver=nl80211
logger_syslog=127
logger_syslog_level=4
logger_stdout=127
logger_stdout_level=4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant