aboutsummaryrefslogtreecommitdiff
path: root/src/WifiAP.cpp
Commit message (Collapse)AuthorAge
* also, update copyright nameArisotura2019-01-22
|
* fixor copyright years.StapleButter2018-09-15
|
* Fix build on linux, enable build directory supportdogtopus2017-12-22
| | | | | | | | | | Specifically: - Include stddef.h for missing ptrdiff_t - Define PCAP_OPENFLAG_PROMISCUOUS if not using WinPcap because it seems to be a WinPcap extension - Make use of CMAKE_CURRENT_{SOURCE,BINARY}_DIR to enable building under a directory other than root of the project
* wifi:StapleButter2017-12-19
| | | | | * fix BSSID/MAC check when receiving packets * safeguard AP auth/deauth so local MP doesn't trigger it
* hook up the LAN (pcap) interfaceStapleButter2017-12-18
|
* wifiAP: basic support for probereq/auth/assoc/deauth/deassocStapleButter2017-12-18
|
* start working on melonAP.StapleButter2017-12-18
| | | | it sends beacons!
* add base for wifi APStapleButter2017-12-18