Skip to content
/ FWAP Public

Flight-Weight Access Point, a minimal, very lightweight access point implementation using netlink to communicate with cfg80211, tested with ath9k driver, should work with all nl80211 compatible drivers.

License

Notifications You must be signed in to change notification settings

szehl/FWAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

+++++++++
Install:+
+++++++++
- make

+++++++++
Run:	+
+++++++++
1. ifconfig [wlanX] down
2. ifconfig [wlanX] hw ether D0:0E:A4:81:FC:00
3. ifconfig [wlanX] up
-> If 3. fails because of rfkill, unblock your device with:
-> 3.1 rfkill list (look for the number of your device
-> 3.2 rfkill unblock 0 (replace 0 with the number of your device found at 3.1)
-> 3.3 ifconfig [wlanX] up
4. run as root ./fwap

About

Flight-Weight Access Point, a minimal, very lightweight access point implementation using netlink to communicate with cfg80211, tested with ath9k driver, should work with all nl80211 compatible drivers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published