test: Remove driver_test.c
The driver_test.c driver wrapper (-Dtest in wpa_supplicant and driver=test in hostapd) was previously used for testing without real Wi-Fi hardware. mac80211_hwsim-based tests have practically replaced all these needs and there has been no improvements or use for driver_test.c in a long while. Because of this, there has not really been any effort to maintain this older test tool and no justification to change this either. Remove the obsoleted test mechanism to clean up the repository. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
e41e4f9ee3
commit
01b3bbfc66
9 changed files with 0 additions and 2911 deletions
|
@ -1539,26 +1539,6 @@ OBJS_priv += wpa_priv.o
|
|||
ifdef CONFIG_DRIVER_NL80211
|
||||
OBJS_priv += ../src/common/ieee802_11_common.o
|
||||
endif
|
||||
ifdef CONFIG_DRIVER_TEST
|
||||
OBJS_priv += $(SHA1OBJS)
|
||||
OBJS_priv += $(MD5OBJS)
|
||||
ifeq ($(CONFIG_TLS), openssl)
|
||||
OBJS_priv += ../src/crypto/crypto_openssl.o
|
||||
endif
|
||||
ifeq ($(CONFIG_TLS), gnutls)
|
||||
OBJS_priv += ../src/crypto/crypto_gnutls.o
|
||||
endif
|
||||
ifeq ($(CONFIG_TLS), nss)
|
||||
OBJS_priv += ../src/crypto/crypto_nss.o
|
||||
endif
|
||||
ifeq ($(CONFIG_TLS), internal)
|
||||
ifeq ($(CONFIG_CRYPTO), libtomcrypt)
|
||||
OBJS_priv += ../src/crypto/crypto_libtomcrypt.o
|
||||
else
|
||||
OBJS_priv += ../src/crypto/crypto_internal.o
|
||||
endif
|
||||
endif
|
||||
endif # CONFIG_DRIVER_TEST
|
||||
OBJS += ../src/l2_packet/l2_packet_privsep.o
|
||||
OBJS += ../src/drivers/driver_privsep.o
|
||||
EXTRA_progs += wpa_priv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue