]> git.ipfire.org Git - thirdparty/hostap.git/commit
WNM: Fix regression in Sleep Mode exit key data parsing
authorJouni Malinen <j@w1.fi>
Sat, 5 Apr 2014 16:52:18 +0000 (19:52 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 5 Apr 2014 17:42:13 +0000 (20:42 +0300)
commit9a147ba18d097cd2a313c578ca0af33718c0be41
treea3307818f4ee4688c4ee0ef0b40d6aa75f9cd2e6
parentb2edaa43338634647c3c0faafa10f57c04e7a8f7
WNM: Fix regression in Sleep Mode exit key data parsing

Commit dbfb8e82ff69e6c7969b7cd23e53fd39b3e896e7 changed the Action frame
RX payload pointer design to point to a different field. WNM Sleep Mode
Response handler updated one of the uses to accommodate this change, but
that commit missed another use for key data length. This resulted in GTK
and IGTK being ignored in many cases when waking up from WNM Sleep Mode
with PMF enabled.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/wnm_sta.c