FT: Clean up wpa_sm_set_ft_params() by using common parse
authorJouni Malinen <j@w1.fi>
Sat, 10 Apr 2010 08:36:35 +0000 (11:36 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 10 Apr 2010 08:36:35 +0000 (11:36 +0300)
commite7846b68592a1ef0669b70989ed2a9f44fb2d397
tree87a85015a153d3004cb45ff90ccd72045e35611b
parent0ae145cde8c7ae51572e991a53948efac948122f
FT: Clean up wpa_sm_set_ft_params() by using common parse

Instead of parsing the IEs in the callers, use the already existing
parser in wpa_ft.c to handle MDIE and FTIE from initial MD association
response. In addition, this provides more complete access to association
response IEs to FT code which will be needed to fix FT 4-way handshake
message 2/4.
src/rsn_supp/wpa.h
src/rsn_supp/wpa_ft.c
wpa_supplicant/events.c
wpa_supplicant/mlme.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c