blob: eee4b530e6dbe12e2cf38f53a2974e12165e5493 [file] [log] [blame]
#
# init.rc fragment for hostapd on Android
# Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi>
#
# This software may be distributed under the terms of the BSD license.
# See README for more details.
#
on post-fs-data
mkdir /data/misc/wifi/hostapd 0770 wifi wifi
service hostapd /system/bin/hostapd \
-e /data/misc/wifi/entropy.bin \
/data/misc/wifi/hostapd.conf
class main
user wifi
group wifi net_raw
writepid /data/misc/wifi/hostapd.pid
disabled
oneshot