]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Avoid duplicated debug entries for IEs in SAE commit messages
authorJouni Malinen <quic_jouni@quicinc.com>
Wed, 30 Oct 2024 09:05:50 +0000 (11:05 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 30 Oct 2024 10:38:57 +0000 (12:38 +0200)
commit18e8a525bf4633283a2cb3f3fd8da92f486a8d2a
treeb22c6bbe2cb88ea6e1b5abc5b1a83aef45aa99fb
parent161327f91d956771996c96ea1b6e4e1cb8dc074c
SAE: Avoid duplicated debug entries for IEs in SAE commit messages

Print the "SAE: Possible elements at the end of the frame" debug message
only once (and only if there is actually some additional data) instead
of printing it for each element separately. There was some use for the
separated prints earlier, but that is not really helpful anymore with
the reduced mixing of IEs and non-IE fields at the end of the SAE commit
messages.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/common/sae.c