Skip to content

Instantly share code, notes, and snippets.

@feylya
Created June 17, 2012 19:16
Show Gist options
  • Save feylya/2945486 to your computer and use it in GitHub Desktop.
Save feylya/2945486 to your computer and use it in GitHub Desktop.
TL-1043ND Wireless Conf
config 'wifi-device' 'radio0'
option 'type' 'mac80211'
option 'macaddr' 'f8:d1:11:24:97:14'
list 'ht_capab' 'HT40-'
list 'ht_capab' 'SHORT-GI-40'
list 'ht_capab' 'DSSS_CCK-40'
option 'country' 'IE'
option 'channel' '9'
option 'hwmode' '11ng'
option 'htmode' 'HT40-'
option 'diversity' '1'
option 'distance' '10'
option 'noscan' '1'
option 'disabled' '0'
config 'wifi-iface'
option 'device' 'radio0'
option 'mode' 'ap'
option 'ssid' 'XXXX'
option 'key' 'XXXXXXX'
option 'encryption' 'psk2'
option 'network' 'lan'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment