]> git.ipfire.org Git - thirdparty/hostap.git/commit
Return an enum from wpa_validate_wpa_ie()
authorJouni Malinen <jouni@codeaurora.org>
Sat, 28 Mar 2020 10:22:28 +0000 (12:22 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 28 Mar 2020 10:30:46 +0000 (12:30 +0200)
commitca57d5f55322b48c5e6e2c882c95ce648dfc9096
tree152e4d529e87734bee61f7657f97404c5165f2f2
parent2b4f9ce2870aae14dee85e58e769014490e4edab
Return an enum from wpa_validate_wpa_ie()

This is more specific then returning a generic int and also allows the
compiler to do more checks.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/drv_callbacks.c
src/ap/ieee802_11.c
src/ap/wpa_auth.h
src/ap/wpa_auth_ie.c