# hostapd sample config with documentation: # http://w1.fi/cgit/hostap/plain/hostapd/hostapd.conf interface={{ interface }} bridge={{ bridge }} driver=nl80211 ssid={{ ssid }} country_code={{ country }} hw_mode={{ wifi_mode }} ieee80211n={{ ieee80211n }} channel={{ wifi_channel }} macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0 wmm_enabled=1 # bit1: WPA2 only wpa=1 wpa_passphrase={{ wifi_passphrase }} wpa_key_mgmt=WPA-PSK WPA-PSK-SHA256 wpa_pairwise=TKIP rsn_pairwise=CCMP