Add init fragment for hostapd on Android
authorChristopher Wiley <wiley@google.com>
Wed, 17 Aug 2016 17:21:01 +0000 (17:21 +0000)
committerJouni Malinen <j@w1.fi>
Thu, 18 Aug 2016 07:50:59 +0000 (10:50 +0300)
commit9d5d1c5dd2ba9e470de5d6ab70d35119f76c8ff2
tree95134d628d52597ab8998e55b38a385d8a8d53b6
parentecba4509d94a50f8ecf26399d4cf2cb352549c9c
Add init fragment for hostapd on Android

This fragment defines how the Android init system should start hostapd
as a standalone service. Previously, hostapd was fork/exec'd from
Android's netd. This left hostapd with some dangling file descriptors
and a process parent minimally interested in acting as init for child
processes.

Signed-off-by: Christopher Wiley <wiley@google.com>
hostapd/Android.mk
hostapd/hostapd.android.rc [new file with mode: 0644]