Versions Compared

Key

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

...

b. check the signal level for a particular Mac address
iw dev wlan0 station dump | grep -v "90:78:b2:ba:41:77<Mac address>" | grep signal | cut -d ' ' -f3 | awk '{print $1}'

...