From 6d197c4aadd641bbb7e828d977ce996e3026c655 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Thu, 4 Mar 2021 13:48:18 -0800 Subject: [PATCH] Security and Radio were backwards Signed-off-by: Matthew Stidham --- py-scripts/regression_test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py-scripts/regression_test.sh b/py-scripts/regression_test.sh index de28f3b9..034251b9 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -8,13 +8,13 @@ FILESIZE1=$(echo ${#1}) if (( $FILESIZE1 > 0 )); then SSID_USED=$1 PASSWD_USED=$2 - RADIO_USED=$3 + SECURITY=$3 else SSID_USED="jedway-wpa2-x2048-5-3" PASSWD_USED="jedway-wpa2-x2048-5-3" - RADIO_USED="wiphy0" + SECURITY="wpa2" fi -SECURITY="wpa2" +RADIO_USED="wiphy0" COL_NAMES="name,tx_bytes,rx_bytes,dropped" START_NUM=0