1
0
mirror of https://github.com/cheat/cheat.git synced 2024-12-23 04:59:45 +01:00
cheat/cheatsheets/iwconfig
2013-10-06 19:47:15 +02:00

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}