An open API service indexing awesome lists of open source software.

https://github.com/timofurrer/broadcom-wl-monitormode

This is a source mirror for the broadcom wl driver version 6.30.223.141 with fixed monitor mode
https://github.com/timofurrer/broadcom-wl-monitormode

Last synced: 5 months ago
JSON representation

This is a source mirror for the broadcom wl driver version 6.30.223.141 with fixed monitor mode

Awesome Lists containing this project

README

          

# broadcom wl driver with fixed monitor mode support

> This is a source mirror for the broadcom wl driver version 6.30.223.141 with fixed monitor mode

***

**Author:** Timo Furrer

## Installation

1. Compile kernel module:

```bash
make
```

2. Testing driver

```bash
insmod ./wl.ko
```

*Note: you may have to unload the currently loaded wl driver with `rmmod wl`.*

3. Enable monitor mode

```bash
bash -c "echo 1 > /proc/brcm_monitor0"
```

Now you should have an interface called `prism0` in monitor mode.