---
tags: [ networking ]
---
# To display wireless settings of the first wireless adapter:
iwconfig wlan0

# To take down / up the wireless adapter:
iwconfig wlan0 txpower {on|auto|off}

# To change the mode of the wireless adapter:
iwconfig wlan0 mode {managed|ad-hoc|monitor}
