Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. config wifi-device 'radio0'
  2. option type 'mac80211'
  3. option hwmode '11ng'
  4. option path 'pci0000:00/0000:00:01.0'
  5. option htmode 'HT20'
  6. list ht_capab 'GF'
  7. list ht_capab 'SHORT-GI-20'
  8. list ht_capab 'SHORT-GI-40'
  9. list ht_capab 'TX-STBC'
  10. list ht_capab 'RX-STBC12'
  11. option channel '6'
  12. option txpower '20'
  13. option country '00'
  14. option disabled '0'
  15.  
  16. config 'wifi-iface'
  17. option 'device' 'radio0'
  18. option 'network' 'wan'
  19. option 'mode' 'sta'
  20. option 'ssid' '*********'
  21. option 'encryption' 'psk2'
  22. option 'key' '*********'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement