tldr/pages/linux/iwconfig.md
Nick Smyrnioudis 811b360cb4
iwconfig : fix error in last example (#4791)
changed ifconfig to iwconfig
2020-10-24 13:37:55 +01:00

579 B

iwconfig

Configure and show the parameters of a wireless network interface. More information: https://linux.die.net/man/8/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}}