Commit Graph

7 Commits

Author SHA1 Message Date
fea7955675 fixor copyright years. 2018-09-15 02:32:13 +02:00
549bcf6d71 Fix build on linux, enable build directory support
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
2017-12-22 12:29:34 -04:00
5fe30d306f wifi:
* fix BSSID/MAC check when receiving packets
* safeguard AP auth/deauth so local MP doesn't trigger it
2017-12-19 00:33:09 +01:00
3bdb7a7f2d hook up the LAN (pcap) interface 2017-12-18 23:24:45 +01:00
0ff67d28d3 wifiAP: basic support for probereq/auth/assoc/deauth/deassoc 2017-12-18 22:44:29 +01:00
9632aa4021 start working on melonAP.
it sends beacons!
2017-12-18 21:37:17 +01:00
07685a80a6 add base for wifi AP 2017-12-18 19:53:51 +01:00