Wl command

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 12:04, 17 May 2005 (edit)
Sveasoft (Talk | contribs)

← Previous diff
Revision as of 12:37, 17 May 2005 (edit) (undo)
Sveasoft (Talk | contribs)

Next diff →
Line 1: Line 1:
-This page was copied from the German version: [[wl]]. I did my best to translate. Where I wasn't sure I left the origional german text--[[User:Sveasoft|Sveasoft]] 14:04, 17 May 2005 (CEST)+This page was copied from the German version: [[wl]]. I did my best to translate. Where I wasn't sure I left the origional german text. Some commands could use extra description--[[User:Sveasoft|Sveasoft]] 14:04, 17 May 2005 (CEST)
'''You are here: ''' '''[[Main Page]]'''/'''[[DD-WRT Doku (EN)]]'''/'''[[Telnet/SSH and the Command Line]]'''/'''[[wl(en)]]''' '''You are here: ''' '''[[Main Page]]'''/'''[[DD-WRT Doku (EN)]]'''/'''[[Telnet/SSH and the Command Line]]'''/'''[[wl(en)]]'''
Line 67: Line 67:
This program has many more options than our WRT is able to process.<br> This program has many more options than our WRT is able to process.<br>
Some can only be used in [[Client Mode Wireless|Client Mode]] and others only in Access Point (AP) Mode.<br> Some can only be used in [[Client Mode Wireless|Client Mode]] and others only in Access Point (AP) Mode.<br>
- 
-''Origional German 
-Dieses Programm beherrsch weit mehr Optionen als unser WRT überhaupt verarbeiten kann.<br> 
-Einige können nur im Client-Modus und andere nur im AP-Modus verwendet werden.'' 
===ver=== ===ver===
-*Versionsinformation+*Version information
<pre> <pre>
~ # wl ver ~ # wl ver
Line 83: Line 79:
===up down out radio restart=== ===up down out radio restart===
*~ # wl up *~ # wl up
-Adapter reinitialisieren und Bereitschaft anzeigen.+reinitialize adapter and mark as up
*~ # wl down *~ # wl down
-Adapter zurücksetzen und ausschalten.+reset adapter and mark as down
*~ # wl out *~ # wl out
-Adapter ausschalten one ihn zurückzusetzen.+mark adapter down but do not reset hardware.
*~ # wl radio *~ # wl radio
-Funk an/aus+Radio on/off
<pre> <pre>
~ # wl radio ~ # wl radio
Line 99: Line 95:
</pre> </pre>
*~ # wl restart *~ # wl restart
-Gerätetreiber neu laden.+restart the driver. (Driver must already be down)
Line 133: Line 129:
===srdump=== ===srdump===
*print contents of SPROM to stdout *print contents of SPROM to stdout
-(weder im AP, noch im Client-Modus eine Ausgabe)???+(Functions neither in AP, nor nor in Client mode ~or something~)???
 +''Origional German: (weder im AP, noch im Client-Modus eine Ausgabe)???''
===nvdump=== ===nvdump===
*print nvram variables to stdout *print nvram variables to stdout
-(keine Ausgabe. <b>nvram show</b> benutzen!)+No function. Use '''nvram show'''!
 +''Origional German(keine Ausgabe. <b>nvram show</b> benutzen!)''
===nvset=== ===nvset===

Revision as of 12:37, 17 May 2005