# /etc/hostapd/hostapd.conf # for AP0 (note that AP1 information has been commented out) # general ctrl_interface=/var/run/hostapd ctrl_interface_group=0 driver=nl80211 eap_server=0 logger_syslog=-1 logger_syslog_level=0 logger_stdout=-1 logger_stdout_level=0 # interfaces interface=wlan0 # WiFi device bridge=br0 # WiFi-to-LAN bridge iapp_interface=br0 # Device for 802.11f messages # WiFi configuration channel=5 # AP0 #channel=9 # AP1 ssid=PiNetwork ignore_broadcast_ssid=0 hw_mode=g country_code=DE beacon_int=100 dtim_period=5 # Authentication macaddr_acl=0 auth_algs=1 # Encryption wpa=2 # AP only offers WPA2 wpa_key_mgmt=WPA-PSK # commonly used without Fast-BSS-Transition # commonly used with Fast-BSS-Transition: # wpa_key_mgmt=WPA-PSK FT-PSK rsn_pairwise=CCMP wpa_passphrase=topsecret # PSK is the same for all APs