create_ap

create a nat-ed wifi ap
git clone git://git.2f30.org/create_ap
Log | Files | Refs | README | LICENSE

commit 9dce88aee91254bc34cd4b942823a87684f971a7
parent 362bbda3f5de997f3f20a705ff8a78dfe92ce111
Author: oblique <psyberbits@gmail.com>
Date:   Mon, 15 Dec 2014 21:13:57 +0200

Add emacs file variables

Diffstat:
Mcreate_ap | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/create_ap b/create_ap @@ -1118,3 +1118,8 @@ if ! wait $HOSTAPD_PID; then fi clean_exit + +# Local Variables: +# tab-width: 4 +# indent-tabs-mode: nil +# End: