iwconfig: add page (#3789)

client-spec/clarity
Iván Hernández Cazorla 2020-01-25 12:36:45 +00:00 committed by GitHub
parent 7fbe8fc5b2
commit 88fb3b21a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages/linux/iwconfig.md Normal file
View File

@ -0,0 +1,20 @@
# 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:
`ifconfig {{interface}} mode {{ad hoc|Managed|Master|Repeater|Secondary|Monitor|Auto}}`