Merge get_seqnum_igtk() driver op with get_seqnum()
authorJouni Malinen <j@w1.fi>
Thu, 10 Dec 2009 22:15:54 +0000 (00:15 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 10 Dec 2009 22:15:54 +0000 (00:15 +0200)
commit9008a3e44d3607099f10df31016dcde97a25c6d7
tree33ad3716ef757f0ff743d79a3bd77301d1cd0c19
parent90b8c4c5f8733c9c17cbd95174aefaadbf11ba2a
Merge get_seqnum_igtk() driver op with get_seqnum()

IEEE 802.11w uses distinct key indexes (4 and 5) so the same
get_seqnum() handler can be used to fetch packet number for both
TKIP/CCMP and BIP(using IGTK).

Since the new get_seqnum_igtk() handler was not actually implemented by
any driver wrapper, this may also fix BIP/IGTK sequence number reporting
with driver_nl80211.c.
hostapd/driver_i.h
hostapd/hostapd.c
hostapd/wpa.c
hostapd/wpa.h
hostapd/wpa_ft.c
src/drivers/driver.h
src/drivers/driver_ndis.c