Remove user space client MLME
authorJouni Malinen <j@w1.fi>
Sat, 22 Oct 2011 19:45:38 +0000 (22:45 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 22 Oct 2011 19:45:38 +0000 (22:45 +0300)
commit17fbb751e174854f01986690eb1bb989923aa7fd
treea7520b2fb36e2ea9f3f3eeb786e6ebfe16f367bf
parent745e8aba693bf743b32a8fea6cf57d2f4e11bc80
Remove user space client MLME

This code was used only with driver_test.c to allow MLME operations
in hostapd to be tested without having to use a real radio. There
are no plans on extending this to any other use than testing and
mac80211_hwsim has now obsoled the need for this type of testing.
As such, we can drop this code from wpa_supplicant to clean up the
implementation of unnecessary complexity.
14 files changed:
src/drivers/driver.h
src/drivers/driver_test.c
wpa_supplicant/Android.mk
wpa_supplicant/Makefile
wpa_supplicant/defconfig
wpa_supplicant/events.c
wpa_supplicant/mlme.c [deleted file]
wpa_supplicant/mlme.h [deleted file]
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/scan.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h
wpa_supplicant/wpas_glue.c