mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added iw notes to the knowledge base
This commit is contained in:
23
knowledge base/iw.md
Normal file
23
knowledge base/iw.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Iw
|
||||
|
||||
## TL;DR
|
||||
|
||||
```shell
|
||||
# Scan for available wireless networks.
|
||||
iw dev wlp scan
|
||||
|
||||
# Join an open wireless network.
|
||||
iw dev wlp connect SSID
|
||||
|
||||
# Disconnect from the current network.
|
||||
iw dev wlp disconnect
|
||||
|
||||
# Show information about the current connection.
|
||||
iw dev wlp link
|
||||
```
|
||||
|
||||
## Sources
|
||||
|
||||
- [cheat.sh]
|
||||
|
||||
[cheat.sh]: https://cheat.sh/iw
|
||||
10
knowledge base/iwlist.md
Normal file
10
knowledge base/iwlist.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Iwlist
|
||||
|
||||
> Not deprecated, but surpassed many times by [iw].
|
||||
|
||||
## TL;DR
|
||||
|
||||
```shell
|
||||
# Scan for networks.
|
||||
iwlist wlan0 scan
|
||||
```
|
||||
Reference in New Issue
Block a user