FT: Use correct BSSID when deriving PTK and verifying MIC
authorJouni Malinen <j@w1.fi>
Wed, 12 Mar 2008 09:20:20 +0000 (11:20 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 12 Mar 2008 09:20:20 +0000 (11:20 +0200)
commit658d166297ffff1ebcd8a408456b1a9c645adaee
treeb00f8f2ce769d506b69fb1e7e2b8f9a8288dfa40
parent58a98fb027351ee6b6d6eab557500ac644f3cdf0
FT: Use correct BSSID when deriving PTK and verifying MIC

The old version was using struct wpa_sm::bssid which is not necessarily
updated to point to the correct target address when doing over-the-air FT
since the address is used before the association has actually been
completed.
src/rsn_supp/wpa.h
src/rsn_supp/wpa_ft.c
wpa_supplicant/mlme.c