When setting wlan0 to monitor mode with sudo iwconfig wlan0 mode Monitor I get the following error:
wlan0
sudo iwconfig wlan0 mode Monitor
Error for wireless request "Set Mode" (8B06) : SET failed on device wlan0 ; Operation not supported.
How to resolve this?
Broadcom Corporation BCM43225 802.11b/g/n (rev 01) doesn't support monitor mode on Linux.
You could also try to start wlan0 in monitoring mode by
airmon-ng start wlan0