Sebastian Lenzlinger c99c091279 SYNC commit.
2024-03-26 01:38:37 +01:00

11 lines
226 B
Markdown

**TLDR**: show / manipulate wirless devices and their configs.
# Commands used:
- `iw list` shows extensive info about all wirless devices.
- To check if any devices is AP ready:
```bash
iw list | grep -i ap -A 5 -B 5
```