]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/wpa_auth_ft.c
FT: Move wpa_ft_rrb_build_r0() special case to caller
authorMichael Braun <michael-dev@fami-braun.de>
Thu, 18 May 2017 13:21:54 +0000 (15:21 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 6 Apr 2018 16:09:16 +0000 (19:09 +0300)
commit9fbe292ff34647bc3b4512026d9d09407fc7d62c
tree77a4dd5cbcf2c0a3466fadecef01f426c7f2c6e0
parent8c345234fd42d21486fba7adcd25adf3648d2514
FT: Move wpa_ft_rrb_build_r0() special case to caller

Handle the special case of no PMK-R0 entry in the caller instead of
having to have wpa_ft_rrb_build_r0() aware of the possibility of pmk_r0
being NULL.

Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
src/ap/wpa_auth_ft.c