]> git.ipfire.org Git - thirdparty/hostap.git/commit
PeerKey: Remove dead code related to STSL negotiation state
authorJouni Malinen <j@w1.fi>
Sun, 12 Feb 2017 09:15:49 +0000 (11:15 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 12 Feb 2017 09:15:49 +0000 (11:15 +0200)
commit8492cc79c046b55782194d0e8f0b4a3bdb7b1253
tree635be39322d272b7197d26a0cda51c1cc9eba282
parente37c0aa5d1cab79f32fb043766d1ac5530b65823
PeerKey: Remove dead code related to STSL negotiation state

The struct wpa_stsl_negotiation seemed to have been for some kind of
tracking of state of PeerKey negotiations within hostapd. However,
nothing is actually adding any entries to wpa_auth->stsl_negotiations or
using this state. Since PeerKey does not look like something that would
be deployed in practice, there is no justification to spend time on
making this any more complete. Remove the dead code now instead of
trying to figure out what it might be used for.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/peerkey_auth.c
src/ap/wpa_auth.c
src/ap/wpa_auth_i.h