-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
santoni: Move supplicant service init to wpa_supplicant
Bug: 138790309 Test: boot and wifi function is ok Change-Id: I35cf3e03566443e20799623045eacd423fd7f5c4
- Loading branch information
1 parent
c909ea3
commit 54c5bc4
Showing
3 changed files
with
3 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -370,21 +370,6 @@ service vendor.sensors.qti /vendor/bin/sensors.qti | |
group system | ||
writepid /dev/cpuset/system-background/tasks | ||
|
||
service wpa_supplicant /vendor/bin/hw/wpa_supplicant \ | ||
-O/data/vendor/wifi/wpa/sockets -puse_p2p_group_interface=1 -dd \ | ||
-g@android:vendor_wpa_wlan0 | ||
# we will start as root and wpa_supplicant will switch to user wifi | ||
# after setting up the capabilities required for WEXT | ||
# user wifi | ||
# group wifi inet keystore | ||
interface [email protected]::ISupplicant default | ||
interface [email protected]::ISupplicant default | ||
interface [email protected]::ISupplicant default | ||
class main | ||
socket vendor_wpa_wlan0 dgram 660 wifi wifi | ||
disabled | ||
oneshot | ||
|
||
service loc_launcher /vendor/bin/loc_launcher | ||
class late_start | ||
user gps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters