Skip to content

nisenbeck/hostapd-rtl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hostapd with RTL8188 patches applied

As RTL8192CU has poor support in current kernels, some distros use realtek-provided drivers which do not work with stock hostapd. This repo contains hostapd-2.4 patched to support realtek's 8192cu driver and build manifests to package it as a .deb file. This was tested to build and work on BPI-R1 (Allwinner A20) running Bananian (kernel 3.4.104+).

The repo contains almost none of my code (just Debian manifests partially), all software used is described below. Follow the links to find out respective software licenses. Parts done by me are in Public Domain.

Software used:

INSTALL:

Install the toolchain if missing:

apt-get install git build-essential fakeroot devscripts debhelper libnl-3-dev libssl-dev

then copy the repo, build and install the package:

git clone https://github.com/Bananian/hostapd-rtl.git
cd hostapd-rtl
bash build.sh
dpkg -i ../hostapd-rtl_2.4-4_armhf.deb

USE:

The sample config file is provided in /etc/hostapd/hostapd.conf - edit it for your needs (change BSSID and WPA key). Then uncomment the DAEMON_CONF line in /etc/default/hostapd to unlock the init script. Finally, start the init script: /etc/init.d/hostapd start

About

hostapd with RTL8188 patches applied

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.1%
  • Makefile 0.7%
  • Python 0.1%
  • C++ 0.1%
  • Roff 0.0%
  • Shell 0.0%