Created
July 25, 2015 13:30
-
-
Save tcatm/fd4cea3c727e423ed11c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wifi24 = { | |
channel = 1, | |
htmode = 'HT40+', | |
master = { | |
ssid = 'luebeck.freifunk.net', | |
}, | |
ibss = { | |
ssid = '02:d1:11:37:fc:38', | |
bssid = '02:d1:11:37:fc:38', | |
mcast_rate = 12000, | |
}, | |
mesh = { | |
id = 'ffhl-mesh', | |
mcast_rate = 12000, | |
}, | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment