summaryrefslogtreecommitdiffstats
path: root/init.aries.rc
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-11-30 22:30:23 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-11-30 22:30:23 +0700
commit1689e5f96ed5912656e0b0260314a9b0194a52cd (patch)
treef16822aa2184f617bf6c0c3d385c8300c50fe656 /init.aries.rc
parentf719e66b5d252ba232f7ab20d116c92aa6e1b273 (diff)
downloaddevice_samsung_aries-common-1689e5f96ed5912656e0b0260314a9b0194a52cd.zip
device_samsung_aries-common-1689e5f96ed5912656e0b0260314a9b0194a52cd.tar.gz
device_samsung_aries-common-1689e5f96ed5912656e0b0260314a9b0194a52cd.tar.bz2
Add WiFi Direct and Bluetooth reverse tethering support
Needs: - New kernel with bcmdhd compiled in - http://review.cyanogenmod.com/#change,10546
Diffstat (limited to 'init.aries.rc')
-rw-r--r--init.aries.rc29
1 files changed, 25 insertions, 4 deletions
diff --git a/init.aries.rc b/init.aries.rc
index 650a63a..5d99a99 100644
--- a/init.aries.rc
+++ b/init.aries.rc
@@ -126,18 +126,39 @@ service gpsd /system/vendor/bin/gpsd -c /vendor/etc/gps.xml
user gps
group system inet
-service wpa_supplicant /system/bin/wpa_supplicant -Dwext -ieth0 -c/data/misc/wifi/wpa_supplicant.conf
+service wpa_supplicant /system/bin/wpa_supplicant \
+ -Dnl80211 -iwlan0 -puse_p2p_group_interface=1 -e/data/misc/wifi/entropy.bin
class main
- socket wpa_eth0 dgram 0660 wifi wifi
+ socket wpa_wlan0 dgram 0660 wifi wifi
disabled
oneshot
-service dhcpcd_eth0 /system/bin/dhcpcd -ABKL
+service dhcpcd_wlan0 /system/bin/dhcpcd -ABKL
class main
disabled
oneshot
-service iprenew_eth0 /system/bin/dhcpcd -n
+service dhcpcd_p2p /system/bin/dhcpcd -aABKL
+ class main
+ disabled
+ oneshot
+
+service dhcpcd_bnep0 /system/bin/dhcpcd -ABKL
+ class main
+ disabled
+ oneshot
+
+service iprenew_wlan0 /system/bin/dhcpcd -n
+ class main
+ disabled
+ oneshot
+
+service iprenew_p2p /system/bin/dhcpcd -n
+ class main
+ disabled
+ oneshot
+
+service iprenew_bnep0 /system/bin/dhcpcd -n
class main
disabled
oneshot