# Modified from https://www.raspberrypi.org/documentation/configuration/wireless/access-point.md
# Note: We do not use a bridge because we want a router not a hub/bridge
#
interface=wlan0
#
driver=nl80211
#
ssid=WifiHifi
wpa_passphrase=wifihifi
country_code=GB
hw_mode=g
channel=13
#
wmm_enabled=1
ht_capab=[HT40][SHORT-GI-20][DSSS_CCK-40]
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
#
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
#
ieee80211n=1


