From: Jouni Malinen Date: Tue, 27 Dec 2016 12:27:03 +0000 (+0200) Subject: tests: hostapd -i command line argument X-Git-Tag: hostap_2_7~1924 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0fda9002a32d538d5e04dffaa4ee4b204c4d24f;p=thirdparty%2Fhostap.git tests: hostapd -i command line argument This adds some more code coverage reachability testing. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/start.sh b/tests/hwsim/start.sh index 6db4a5555..cee923972 100755 --- a/tests/hwsim/start.sh +++ b/tests/hwsim/start.sh @@ -36,6 +36,7 @@ else $HAPD -gfoo > /dev/null 2>&1 $HAPD -Gfoo-not-exists > /dev/null 2>&1 $HAPD -z > /dev/null 2>&1 + $HAPD -i foo1,foo2,foo3 > /dev/null 2>&1 fi if [ -e $LOGDIR/alt-hostapd-as/hostapd/hostapd ]; then HAPD_AS=$LOGDIR/alt-hostapd-as/hostapd/hostapd