WPS: Remove unused WEP related functionality
authorJouni Malinen <j@w1.fi>
Sun, 6 Apr 2014 08:18:10 +0000 (11:18 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 6 Apr 2014 09:31:45 +0000 (12:31 +0300)
commitdc390043189375a625eb7666b501d57e78c8271a
tree8cc8246dc8a4ecdc6518bb921bd2dfbefa4f7922
parentf19d87f1eec46f7b5b333176a8256e10a9b735bd
WPS: Remove unused WEP related functionality

Now that WPS 2.0 support is enabled unconditionally, WEP and Shared auth
type are not allowed. This made some of the older code unused and that
can now be removed to clean up the implementation. There is still one
place where WEP is allowed for testing purposes: wpa_supplicant as
Registrar trying to configure an AP to use WEP. That is now only allowed
in CONFIG_TESTING_OPTIONS=y builds, though.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/wps_hostapd.c
src/eap_peer/eap_wsc.c
src/wps/wps_defs.h
src/wps/wps_registrar.c
wpa_supplicant/dbus/dbus_new.c
wpa_supplicant/wps_supplicant.c