#Tells hostapd what wireless interface to use interface=mesh0 #Set to a bridge if the wireless interface in use is part of a network bridge interface #bridge=br0 driver=nl80211 #Set the SSID name, the operating mode of the interface and the channel ssid=access_point hw_mode=g channel=1 beacon_int=100 # TODO: beacon interval #To enable 802.11n support #wmm_enabled=1 #ieee80211n=1 #ht_capab=HT40+ country_code=US #Authentication and Encryption macaddr_acl=0 auth_algs=1 #wpa=2 #wpa_passphrase=123456789 #wpa_key_mgmt=WPA-PSK #wpa_pairwise=TKIP #rsn_pairwise=CCMP wep_default_key=0 wep_key0=abcdeabcde # run with: hostapd -dd -B -t ~/hostapd.conf &> ~/hostapd.log