mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 00:48:36 +01:00
9 lines
237 B
Text
9 lines
237 B
Text
|
# Display wireless settings of the first wireless adapter
|
||
|
iwconfig wlan0
|
||
|
|
||
|
# Take down / up the wireless adapter
|
||
|
iwconfig wlan0 txpower {on|auto|off}
|
||
|
|
||
|
# Change the mode of the wireless adapter
|
||
|
iwconfig wlan0 mode {managed|ad-hoc|monitor}
|