#------------------------------------------------------------------------- # hostap.conf -- For transparent Tor gateway (middlebox) # NetBSD 8.0/arm7 (RPI2 or RPI3) # # Interface (NIC), SSID and WPA2-PSK password in here # # [2018-05-23 / per.foyer@xyx.se] #------------------------------------------------------------------------- # Interface name. Should be set in ``hostap'' mode. # If needed, change WiFi adapter driver from rum0 to desired one: interface=rum0 logger_syslog=-1 logger_syslog_level=2 logger_stdout=-1 logger_stdout_level=2 debug=0 dump_file=/tmp/hostapd.dump ctrl_interface=/var/run/hostapd ctrl_interface_group=wheel # SSID to be used in IEEE 802.11 management frames: ssid=TorGW macaddr_acl=0 auth_algs=3 wpa=2 #--- You would most certainly like to change the passphrase :-) # wpa_passphrase=kissekatt wpa_key_mgmt=WPA-PSK #--- EOF ----------------------------------------------------------------