More wifi

This commit is contained in:
Bob Mottram 2014-12-25 21:58:59 +00:00
parent 73f1d58411
commit 7a9f7acc7d
1 changed files with 0 additions and 6 deletions

View File

@ -7183,12 +7183,6 @@ function enable_wifi_hotspot {
echo '### Wireless network name ###' > /etc/hostapd/hostapd.conf
echo "interface=$WIFI_INTERFACE" >> /etc/hostapd/hostapd.conf
echo '#' >> /etc/hostapd/hostapd.conf
echo '### Set your bridge name ###' >> /etc/hostapd/hostapd.conf
echo '#bridge=br0' >> /etc/hostapd/hostapd.conf
echo '' >> /etc/hostapd/hostapd.conf
echo '#driver' >> /etc/hostapd/hostapd.conf
echo 'driver=nl80211' >> /etc/hostapd/hostapd.conf
echo '' >> /etc/hostapd/hostapd.conf
echo 'country_code=GB' >> /etc/hostapd/hostapd.conf
echo '' >> /etc/hostapd/hostapd.conf