Created
June 17, 2012 19:16
-
-
Save feylya/2945486 to your computer and use it in GitHub Desktop.
TL-1043ND Wireless Conf
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
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