Broadcom 4354 chipset TX1 does not support Monitor mode

I intend to set TX1 Wifi module Broadcom 4354 chip in Monitor mode so that I can use it as a sniffer on Wifi networks.

I downloaded latest aircrack-ng from github and compiled it.

But I am unable to set Wifi module in monitor mode.

Any idea why ?

root@tegra-ubuntu:/home/ubuntu/aircrack-ng# airmon-ng start wlan0

PHY Interface Driver Chipset

phy0 wlan0 bcmsdh_sdmmc Broadcom 4354

ERROR adding monitor mode interface: command failed: Operation not supported (-95)


root@tegra-ubuntu:/home/ubuntu/aircrack-ng# iwconfig
rmnetctl no wireless extensions.

wlan0 IEEE 802.11abgn ESSID:off/any
Mode:Managed Access Point: Not-Associated
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on

dummy0 no wireless extensions.

ip6tnl0 no wireless extensions.

sit0 no wireless extensions.

lo no wireless extensions.

tunl0 no wireless extensions.

enx00044b667751 no wireless extensions.

root@tegra-ubuntu:/home/ubuntu/aircrack-ng# iwconfig
rmnetctl no wireless extensions.

wlan0 IEEE 802.11abgn ESSID:off/any
Mode:Managed Access Point: Not-Associated
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on

dummy0 no wireless extensions.

ip6tnl0 no wireless extensions.

sit0 no wireless extensions.

lo no wireless extensions.

tunl0 no wireless extensions.

enx00044b667751 no wireless extensions.

Hi vaghelan,

Just check that we don’t support monitor mode. “iw list” will list all modes the chip supported.

Supported interface modes:
* IBSS
* managed
* AP
* P2P-client
* P2P-GO
* P2P-device

Is this a driver issue and by recompiling we can enable “monitor” mode ?
Or is this the chipset limitation ?

Hi vaghelan,

It is due to chipset limitation.