Move WPA cipher information into a shared location
authorJouni Malinen <j@w1.fi>
Thu, 30 Aug 2012 08:53:54 +0000 (11:53 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 30 Aug 2012 08:53:54 +0000 (11:53 +0300)
commitc3550295fb1785b0b03992640c4b914403d76815
tree8d01e1897573761e926cf6cee9456d4b437f02e9
parent7b1aa4fe30db5020c49af87ea38a87c17256a28b
Move WPA cipher information into a shared location

Try to share most of the cipher information like key and RSC lengths and
suite selector conversions, etc. in wpa_common.c to avoid having similar
code throughout the WPA implementation for handling cipher specific
behavior.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/ap/wpa_auth.c
src/ap/wpa_auth_ft.c
src/ap/wpa_auth_ie.c
src/common/wpa_common.c
src/common/wpa_common.h
src/rsn_supp/peerkey.c
src/rsn_supp/wpa.c
src/rsn_supp/wpa_ft.c
src/rsn_supp/wpa_ie.c