]> git.ipfire.org Git - thirdparty/hostap.git/commit
WMM AC: Do not write ERROR level log entries when WMM AC is not in use
authorJouni Malinen <j@w1.fi>
Sat, 8 Dec 2018 14:48:33 +0000 (16:48 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 8 Dec 2018 14:48:33 +0000 (16:48 +0200)
commit22d8bb04d94c2311defc2d3faa0ea9495e2d484f
treeb17af61bbfb5080fd17b48040060174d4ea79003
parent30810f5d9790f6e1a21d37438502caa9006e1d02
WMM AC: Do not write ERROR level log entries when WMM AC is not in use

These two wpa_printf() calls with MSG_ERROR level could be reached when
connecting without (Re)Association Response frame elements being
available. That would be the case for wired connections and IBSS. Those
cases are not supposed to use WMM AC in the first place, so do not
confuse logs with ERROR messages in them for normal conditions.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/wmm_ac.c