Sebastian Lenzlinger fa48b15fc7 SYNC commit.
2024-03-26 04:02:05 +01:00

223 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