User Tools

Site Tools


tp-link-ap-configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tp-link-ap-configuration [2015/05/13 12:08] (current)
zoza created
Line 1: Line 1:
 +====== TP-link TL-WR703N configuration file ======
  
 +<​code>​
 +# copy this file to /​etc/​config/​wireless on your router and overwrite current configuration
 +# change the config wifi-iface > option ssid > ConnectOrNot to give the network a different name
 +# more on configuring TP LINK WR703N router: http://​wiki.xinchejian.com/​wiki/​Install_OpenWRT_on_TPlink_WR703N
 +
 +config wifi-device ​ radio0
 +        option type     ​mac80211
 +        option channel ​ 11
 +        option macaddr ​ 0c:​82:​68:​b3:​52:​80
 +        option hwmode ​  11ng
 +        option htmode ​  HT20
 +        list ht_capab ​  ​SHORT-GI-20
 +        list ht_capab ​  ​SHORT-GI-40
 +        list ht_capab ​  ​RX-STBC1
 +        list ht_capab ​  ​DSSS_CCK-40
 +        # REMOVE THIS LINE TO ENABLE WIFI:
 +        #option disabled 1
 +
 +config wifi-iface
 +        option device ​  ​radio0
 +        option network ​ lan
 +        option mode     ap
 +        option ssid     ​ConnectOrNot ​      
 +        option encryption none 
 +</​code>​
tp-link-ap-configuration.txt ยท Last modified: 2015/05/13 12:08 by zoza