WPS: Remove deprecated UFD config method and OOB ctrl_iface
authorJouni Malinen <j@w1.fi>
Sun, 11 Nov 2012 11:01:06 +0000 (13:01 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 11 Nov 2012 11:01:06 +0000 (13:01 +0200)
commit207fb86411f64dc0c07a85ac886f8f72dd4fa838
tree27db1f30012b4975d03484e94f0d74049640aad8
parent30c371e8a54c3b1bece6366ff0666da15d63e45e
WPS: Remove deprecated UFD config method and OOB ctrl_iface

The UFD (USB flash drive) configuration method was deprecated in WSC
2.0. Since this is not known to be used, remove the UFD implementation
from hostapd and wpa_supplicant to allow the WPS implementation to be
cleaned up. This removes the now unused OOB operations and ctrl_iface
commands that had already been deprecated by the new NFC operations.

Signed-hostap: Jouni Malinen <j@w1.fi>
20 files changed:
hostapd/Android.mk
hostapd/Makefile
hostapd/ctrl_iface.c
hostapd/hostapd_cli.c
src/ap/wps_hostapd.c
src/ap/wps_hostapd.h
src/wps/wps.c
src/wps/wps.h
src/wps/wps_attr_build.c
src/wps/wps_common.c
src/wps/wps_enrollee.c
src/wps/wps_i.h
src/wps/wps_registrar.c
src/wps/wps_ufd.c [deleted file]
wpa_supplicant/Android.mk
wpa_supplicant/Makefile
wpa_supplicant/ctrl_iface.c
wpa_supplicant/wpa_cli.c
wpa_supplicant/wps_supplicant.c
wpa_supplicant/wps_supplicant.h