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