I recently needed to capture traffic from all APs that had the same MAC OUI. I struggled with the syntax and finally had success by making sure there are two spaces after the bssid value (before the -m). Entering only a single space does not work.
Here is what finally worked.
This did NOT work:Code:airodump-ng -d 00:16:01:00:00:00 -m FF:FF:FF:00:00:00 wlan0
Cheers.Code:airodump-ng -d 00:16:01:00:00:00 -m FF:FF:FF:00:00:00 wlan0
