Simplify eapol_sm_notify_pmkid_attempt()
authorJouni Malinen <j@w1.fi>
Tue, 27 Jan 2015 23:26:14 +0000 (01:26 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 28 Jan 2015 11:09:31 +0000 (13:09 +0200)
commitba4226130e602f35ef09dc872235ad27a8dfb3c1
treed5758a6e4fdc035c26c305368e9f5ecb7fe8f63b
parenta08fdb17aa3cbe18d8ceb3650ba8d3eac6dcb811
Simplify eapol_sm_notify_pmkid_attempt()

Drop the unneeded 'attempt' argument. This was originally used for
indicating an aborted PMKID caching attempt, but a fix in 2006 removed
the only such user and since that time, only attempt == 1 has been used.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/eapol_supp/eapol_supp_sm.c
src/eapol_supp/eapol_supp_sm.h
wpa_supplicant/events.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c