mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 08:58:35 +01:00
8 lines
237 B
Text
8 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}
|