Sebastian Lenzlinger a44719257a Upadte some notes.
2024-03-18 12:17:05 +01:00

228 B

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:
iw list | grep -i ap -A 5 -B 5