From 37881112413ef33bbdf5e6098d65fa52e38ee655 Mon Sep 17 00:00:00 2001 From: v3d Date: Wed, 7 Dec 2016 19:58:44 +0000 Subject: [PATCH] Add hostapd.conf --- etc/hostapd/hostapd.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 etc/hostapd/hostapd.conf diff --git a/etc/hostapd/hostapd.conf b/etc/hostapd/hostapd.conf new file mode 100644 index 0000000..b4df592 --- /dev/null +++ b/etc/hostapd/hostapd.conf @@ -0,0 +1,14 @@ +interface=wlan0 +driver=nl80211 + +ssid=pivilion + +channel=6 +hw_mode=g + +auth_algs=1 +wpa=3 +wpa_passphrase=d0t4rt +wpa_key_mgmt=WPA-PSK +wpa_pairwise=TKIP CCMP +rsn_pairwise=CCMP \ No newline at end of file