From c0af26006af70ede69ce8c321b410f079b15f949 Mon Sep 17 00:00:00 2001 From: Rahul Rahul Date: Fri, 13 May 2016 14:18:22 -0700 Subject: [PATCH] autotests: sample .conf file for hostapd --- autotests/test1AP/IntelWIFI.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 autotests/test1AP/IntelWIFI.conf diff --git a/autotests/test1AP/IntelWIFI.conf b/autotests/test1AP/IntelWIFI.conf new file mode 100755 index 00000000..dc2c57ca --- /dev/null +++ b/autotests/test1AP/IntelWIFI.conf @@ -0,0 +1,10 @@ +interface=wlan0 +driver=nl80211 + +hw_mode=g +channel=1 +ssid=IntelWIFI + +wpa=1 +wpa_pairwise=TKIP +wpa_passphrase=EasilyGuessedPassword