Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

-100 to 0 (To Be confirmed)

Signal Strength calculation for multiple wireless clients:

a. save the Mac addresses in a pointer
iw dev wlan0 station dump | grep Station | cut -d ' ' -f2

b. check the signal level for a particular Mac address
iw dev wlan0 station dump | grep -v "Station <Mac address>" | grep signal | cut -d ']' -f1 | cut -d '[' -f2

Sequence diagram

draw.io Diagram
bordertrue
diagramNameSequence_Diagram_BS
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth621
revision5

...