diff --git a/config/hostapd.conf b/config/hostapd.conf new file mode 100644 index 0000000..184d1d3 --- /dev/null +++ b/config/hostapd.conf @@ -0,0 +1,19 @@ +ssid=CUBIE +interface=wlan0 +hw_mode=g +channel=1 +bridge=br0 + +logger_syslog=0 +logger_syslog_level=0 + +wmm_enabled=0 +wpa=2 +preamble=1 +wpa_psk=66eb31d2b48d19ba216f2e50c6831ee11be98e2fa3a8075e30b866f4a5ccda27 +wpa_passphrase=12345678 +wpa_key_mgmt=WPA-PSK +wpa_pairwise=TKIP +rsn_pairwise=CCMP +auth_algs=1 +macaddr_acl=0 \ No newline at end of file