tests: Fix hostapd debug level
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 3 Aug 2015 14:53:52 +0000 (17:53 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 3 Aug 2015 14:53:52 +0000 (17:53 +0300)
Remove the duplicated -ddKt command line argument to avoid setting
hostapd debug level to EXCESSIVE.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/start.sh

index f78da14..f71f64f 100755 (executable)
@@ -116,7 +116,7 @@ for i in 0 1 2; do
 done
 sudo $(printf -- "$VALGRIND_WPAS" 5) $WPAS -g /tmp/wpas-wlan5 -G$GROUP \
     -ddKt$TRACE -f $LOGDIR/log5 &
-sudo $VALGRIND_HAPD $HAPD -ddKt$TRACE -g /var/run/hostapd-global -G $GROUP -ddKt -f $LOGDIR/hostapd &
+sudo $VALGRIND_HAPD $HAPD -ddKt$TRACE -g /var/run/hostapd-global -G $GROUP -f $LOGDIR/hostapd &
 
 if [ -x $HLR_AUC_GW ]; then
     cp $DIR/auth_serv/hlr_auc_gw.milenage_db $LOGDIR/hlr_auc_gw.milenage_db