]> git.ipfire.org Git - thirdparty/hostap.git/commit
mka: Stop trying to generate and distribute new SAK when not key server
authorJouni Malinen <j@w1.fi>
Fri, 28 Dec 2018 23:27:22 +0000 (01:27 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 29 Dec 2018 09:05:39 +0000 (11:05 +0200)
commit626bc1fac2a671c98baaadda1c7147d3dc0fc95a
treebc4b0b3cf6d522ea0251c0abccadf4ff95694c93
parent4060cb272bb3f00eec77af5d6afadde807985f77
mka: Stop trying to generate and distribute new SAK when not key server

It was possible for a participant to first be elected as a key server
and schedule a new SAK to be generated and distributed just to be
followed by another participant being elected as the key server. That
did not stop the participant that disabled key server functionality to
stop generating the new SAK and then trying to distribute it. That is
not correct behavior, so make these steps conditional on the participant
still being a key server when going through the timer.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/pae/ieee802_1x_kay.c