FWAP
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.
Install / Use
/learn @szehl/FWAPREADME
+++++++++ Install:+ +++++++++
- make
+++++++++ Run: + +++++++++
- ifconfig [wlanX] down
- ifconfig [wlanX] hw ether D0:0E:A4:81:FC:00
- 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
- run as root ./fwap
