Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 5th, 2012  |  syntax: None  |  size: 1.11 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. From my router:
  2. ESSID:"justanwlan"
  3.                     Mode:Managed
  4.                     Channel:11
  5.                     Quality:4/5  Signal level:-66 dBm  Noise level:-96 dBm
  6.                     IE: IEEE 802.11i/WPA2 Version 1
  7.                         Group Cipher : TKIP
  8.                         Pairwise Ciphers (2) : CCMP TKIP
  9.                         Authentication Suites (1) : PSK
  10.                     IE: WPA Version 1
  11.                         Group Cipher : TKIP
  12.                         Pairwise Ciphers (2) : CCMP TKIP
  13.                         Authentication Suites (1) : PSK
  14.                     Encryption key:on
  15.                     Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
  16.                               24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
  17.                               12 Mb/s; 48 Mb/s
  18.  
  19. From the wiki:
  20. uci set wireless.radio0.channel=11
  21. uci set wireless.@wifi-iface[0].network=wwan
  22. uci set wireless.@wifi-iface[0].mode=sta
  23. uci set wireless.@wifi-iface[0].ssid=xmff-relay
  24. uci set wireless.@wifi-iface[0].encryption=psk
  25. uci set wireless.@wifi-iface[0].key=secret-key
  26. uci commit wireless