1*c1d255d3SCy Schubert# 2*c1d255d3SCy Schubert# init.rc fragment for hostapd on Android 3*c1d255d3SCy Schubert# Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi> 4*c1d255d3SCy Schubert# 5*c1d255d3SCy Schubert# This software may be distributed under the terms of the BSD license. 6*c1d255d3SCy Schubert# See README for more details. 7*c1d255d3SCy Schubert# 8*c1d255d3SCy Schubert 9*c1d255d3SCy Schuberton post-fs-data 10*c1d255d3SCy Schubert mkdir /data/misc/wifi/hostapd 0770 wifi wifi 11*c1d255d3SCy Schubert 12*c1d255d3SCy Schubertservice hostapd /vendor/bin/hostapd \ 13*c1d255d3SCy Schubert /data/misc/wifi/hostapd.conf 14*c1d255d3SCy Schubert class main 15*c1d255d3SCy Schubert user wifi 16*c1d255d3SCy Schubert writepid /data/misc/wifi/hostapd.pid 17*c1d255d3SCy Schubert group wifi 18*c1d255d3SCy Schubert disabled 19*c1d255d3SCy Schubert oneshot 20