]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/events.c
Add 802.11 reason code strings into wpa_supplicant messages
authorAlex Khouderchah <akhouderchah@google.com>
Mon, 15 Apr 2019 19:20:05 +0000 (12:20 -0700)
committerJouni Malinen <j@w1.fi>
Mon, 22 Apr 2019 19:08:05 +0000 (22:08 +0300)
commitcfde99a84bf38f6c80e81c51f3bcae9e97058d03
treef34a4071f4d4a808bd78a87d5b4fd17a07327064
parent5fbefcc64b8b163a7c8256f243fe85cd754ec02e
Add 802.11 reason code strings into wpa_supplicant messages

Logs involving IEEE 802.11 Reason Codes output the Reason Code value,
but do not provide any explanation of what the value means. This change
provides a terse explanation of each Reason Code using the latter part
of the reason code #define names.

Signed-off-by: Alex Khouderchah <akhouderchah@chromium.org>
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
wpa_supplicant/events.c
wpa_supplicant/wpa_supplicant.c