dhcpserver cleanup, add access_point example

DHCP Server & AP mode tested w/ Debian & Android clients
This commit is contained in:
Angus Gratton 2015-09-10 08:15:33 +10:00
parent 9fc223b3c2
commit 46111bad52
5 changed files with 211 additions and 90 deletions

View file

@ -0,0 +1,5 @@
# Makefile for access_point example
PROGRAM=access_point
EXTRA_COMPONENTS=extras/dhcpserver
include ../../common.mk