Share the same enum for MFP configuration
authorJouni Malinen <j@w1.fi>
Sun, 3 Jan 2010 19:02:51 +0000 (21:02 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 3 Jan 2010 19:02:51 +0000 (21:02 +0200)
commit70f8cc8ec81e46f753ea3b659613d10ff10145a7
treeb3a30d9381949f25f2e842cb36f9caa177bbb5cc
parente049867788103d96e9c6d093507c0ec68b1f9d88
Share the same enum for MFP configuration

The three existing enums were already depending on using the same
values in couple of places and it is just simpler to standardize on
one of these to avoid need for mapping between different enums for
the exact same thing.
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_ie.c
src/common/defs.h
src/drivers/driver.h
wpa_supplicant/events.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c