Skip to content

Instantly share code, notes, and snippets.

@rsff
Created October 16, 2014 16:35
Show Gist options
  • Save rsff/7f39d58018823e060b55 to your computer and use it in GitHub Desktop.
Save rsff/7f39d58018823e060b55 to your computer and use it in GitHub Desktop.
openWRT tplink 941nd v3
config wifi-device 'radio0'
option type 'mac80211'
option channel '3'
option hwmode '11ng'
option path 'platform/ar934x_wmac'
list ht_capab 'LDPC'
list ht_capab 'DSSS_CCK-40'
list ht_capab 'SHORT-GI-40'
list ht_capab 'TX-STBC'
list ht_capab 'RX-STBC1'
list ht_capab 'DSSS_CCK-40'
option txpower '20'
option htmode 'HT40'
option rts '2300'
option country '00'
config wifi-iface
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt'
option encryption 'psk2'
option key 'blah'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment