mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-03 14:31:06 +01:00
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
# 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}
|