1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages/linux/iwconfig.md
marchersimon dac4a71077
multiple pages: replace all die.net links (#5528)
Most of the links were replaced by manned.org,
except when there are more up-to-date sources (like `ifup`)
or first-party sources (like `sftp`).
2021-04-16 15:42:14 +01:00

570 B

iwconfig

Configure and show the parameters of a wireless network interface. More information: https://manned.org/iwconfig.

  • Show the parameters and statistics of all the interfaces:

iwconfig

  • Show the parameters and statistics of the specified interface:

iwconfig {{interface}}

  • Set the ESSID (network name) of the specified interface (e.g., eth0 or wlp2s0):

iwconfig {{interface}} {{new_network_name}}

  • Set the operating mode of the specified interface:

iwconfig {{interface}} mode {{ad hoc|Managed|Master|Repeater|Secondary|Monitor|Auto}}