nl80211: Support GTK rekey offload
authorJohannes Berg <johannes.berg@intel.com>
Tue, 12 Jul 2011 18:22:51 +0000 (21:22 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 12 Jul 2011 18:22:51 +0000 (21:22 +0300)
commitb14a210ce24e6434b8cc2bd3b5c92b0b0ee50749
treeae7e93abbd00b216e36f6dfc6822038fb97b668e
parent7aec3776b901cd27fe666fb906a144282e210757
nl80211: Support GTK rekey offload

Add support to wpa_supplicant for device-based GTK rekeying. In order to
support that, pass the KEK, KCK, and replay counter to the driver, and
handle rekey events that update the latter.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_i.h
wpa_supplicant/driver_i.h
wpa_supplicant/events.c
wpa_supplicant/wpas_glue.c