]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: TNC testing
authorJouni Malinen <j@w1.fi>
Fri, 16 May 2014 21:47:37 +0000 (00:47 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 17 May 2014 17:05:55 +0000 (20:05 +0300)
commitdbd1e184e3fd45e5f71c1cd7b6c4085d89bf1fbc
tree6a5b06f4dbf177e6dd86667fbf45503c5a355a3a
parent10b58b50297bd2a5c65b18663da02f472ac8f972
tests: TNC testing

This implements minimal IMC and IMV to allow TNC testing with PEAP (SoH)
and TTLS/FAST with EAP-TNC.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/tnc.h
tests/hwsim/build.sh
tests/hwsim/example-hostapd.config
tests/hwsim/example-wpa_supplicant.config
tests/hwsim/test_tnc.py [new file with mode: 0644]
tests/hwsim/tnc/Makefile [new file with mode: 0644]
tests/hwsim/tnc/hostap2_imc.c [new file with mode: 0644]
tests/hwsim/tnc/hostap2_imv.c [new file with mode: 0644]
tests/hwsim/tnc/hostap_imc.c [new file with mode: 0644]
tests/hwsim/tnc/hostap_imv.c [new file with mode: 0644]
tests/hwsim/tnc/tnc_config [new file with mode: 0644]