This repository contains everything you need to use a realtek chipset based wifi adapter with hostapd in master mode.
(◑○◑)
Yes, I was wrong ... the coordinates, I was born on the wrong planet.
( °-°)シ ミ★ ミ☆
Patch the linux wireless backports to enable:
- Master mode
- Packet Injection
for rtl8187 based wifi adapters (tested with hostapd).
- You need clone this repository:
$ git clone https://github.com/matrix/backports-rtl8187
- Proceed to build backports-rtl8187:
$ ./build.sh -b
- Now you can install backports-rtl8187:
$ ./build.sh -i
If you want, you can uninstall backports-rtl8187 by using the script:
$ ./build.sh -u
If you want cleanup the workdir tree:
$ ./build.sh -c
That's all folks ;)