|
|
|
|
7183
|
|
7183
|
|
7184
|
echo '### Wireless network name ###' > /etc/hostapd/hostapd.conf
|
7184
|
echo '### Wireless network name ###' > /etc/hostapd/hostapd.conf
|
7185
|
echo "interface=$WIFI_INTERFACE" >> /etc/hostapd/hostapd.conf
|
7185
|
echo "interface=$WIFI_INTERFACE" >> /etc/hostapd/hostapd.conf
|
7186
|
- echo '#' >> /etc/hostapd/hostapd.conf
|
|
|
7187
|
- echo '### Set your bridge name ###' >> /etc/hostapd/hostapd.conf
|
|
|
7188
|
- echo '#bridge=br0' >> /etc/hostapd/hostapd.conf
|
|
|
7189
|
- echo '' >> /etc/hostapd/hostapd.conf
|
|
|
7190
|
- echo '#driver' >> /etc/hostapd/hostapd.conf
|
|
|
7191
|
- echo 'driver=nl80211' >> /etc/hostapd/hostapd.conf
|
|
|
7192
|
echo '' >> /etc/hostapd/hostapd.conf
|
7186
|
echo '' >> /etc/hostapd/hostapd.conf
|
7193
|
echo 'country_code=GB' >> /etc/hostapd/hostapd.conf
|
7187
|
echo 'country_code=GB' >> /etc/hostapd/hostapd.conf
|
7194
|
echo '' >> /etc/hostapd/hostapd.conf
|
7188
|
echo '' >> /etc/hostapd/hostapd.conf
|