| 
				
			 | 
			
			
				@@ -380,7 +380,7 @@ function start { 
			 | 
		
	
		
			
			| 
				380
			 | 
			
				380
			 | 
			
			
				             echo "bridge=${BRIDGE}" >> /etc/hostapd/hostapd.conf 
			 | 
		
	
		
			
			| 
				381
			 | 
			
				381
			 | 
			
			
				             echo 'driver=nl80211' >> /etc/hostapd/hostapd.conf 
			 | 
		
	
		
			
			| 
				382
			 | 
			
				382
			 | 
			
			
				             echo "country_code=UK" >> /etc/hostapd/hostapd.conf 
			 | 
		
	
		
			
			| 
				383
			 | 
			
				
			 | 
			
			
				-            echo "ssid=${WIFI_SSID}-$(mesh_hotspot_address)" >> /etc/hostapd/hostapd.conf 
			 | 
		
	
		
			
			| 
				
			 | 
			
				383
			 | 
			
			
				+            echo "ssid=${WIFI_SSID}-${mesh_hotspot_address}" >> /etc/hostapd/hostapd.conf 
			 | 
		
	
		
			
			| 
				384
			 | 
			
				384
			 | 
			
			
				             echo 'hw_mode=g' >> /etc/hostapd/hostapd.conf 
			 | 
		
	
		
			
			| 
				385
			 | 
			
				385
			 | 
			
			
				             echo "channel=${HOTSPOT_CHANNEL}" >> /etc/hostapd/hostapd.conf 
			 | 
		
	
		
			
			| 
				386
			 | 
			
				386
			 | 
			
			
				             echo 'wpa=2' >> /etc/hostapd/hostapd.conf 
			 |