2025-03-14 21:59:59 -06:00
|
|
|
# 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}}`
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Set the ESSID (network name) of the specified interface (e.g. `eth0` or `wlan0`):
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`iwconfig {{interface}} {{new_network_name}}`
|
|
|
|
|
|
|
|
|
|
- Set the operating mode of the specified interface:
|
|
|
|
|
|
|
|
|
|
`iwconfig {{interface}} mode {{Ad-Hoc|Managed|Master|Repeater|Secondary|Monitor|Auto}}`
|