]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add missed wpa_akm_to_suite() selectors
authorJouni Malinen <jouni@codeaurora.org>
Wed, 24 Jul 2019 09:48:44 +0000 (12:48 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 24 Jul 2019 09:48:44 +0000 (12:48 +0300)
commit43aafef8df29d309f6d4f6eca48e7053fb2b0b32
tree2676144ba51ada106c9656ff56efdaa7d3f26e52
parentbfb6a482f6ed805f01bfafe201a5a7226c55ee9b
Add missed wpa_akm_to_suite() selectors

These SAE, OWE, DPP, and OSEN AKM suite selectors were covered in the
reverse conversion in rsn_key_mgmt_to_bitfield(), but were missing from
wpa_akm_to_suite(). Add them to make AKM suite selector reporting more
accurate in RADIUS Accounting messages (and future users of this
function).

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/wpa_common.c