sync vendor
This commit is contained in:
parent
2155061586
commit
f8d6f9dc87
13 changed files with 3 additions and 278 deletions
BIN
proprietary/vendor/bin/hostapd_cli
vendored
BIN
proprietary/vendor/bin/hostapd_cli
vendored
Binary file not shown.
BIN
proprietary/vendor/bin/hs20-osu-client
vendored
BIN
proprietary/vendor/bin/hs20-osu-client
vendored
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/bin/hw/hostapd
vendored
BIN
proprietary/vendor/bin/hw/hostapd
vendored
Binary file not shown.
BIN
proprietary/vendor/bin/hw/wpa_supplicant
vendored
BIN
proprietary/vendor/bin/hw/wpa_supplicant
vendored
Binary file not shown.
BIN
proprietary/vendor/bin/wpa_cli
vendored
BIN
proprietary/vendor/bin/wpa_cli
vendored
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
|
||||
-O/data/vendor/wifi/wpa/sockets -dd \
|
||||
-g@android: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 aidl android.hardware.wifi.supplicant.ISupplicant/default
|
||||
class main
|
||||
socket wpa_wlan0 dgram 660 wifi wifi
|
||||
disabled
|
||||
oneshot
|
|
@ -1,14 +0,0 @@
|
|||
service vendor.wifi_hal_legacy /vendor/bin/hw/android.hardware.wifi@1.0-service-lazy
|
||||
interface android.hardware.wifi@1.0::IWifi default
|
||||
interface android.hardware.wifi@1.1::IWifi default
|
||||
interface android.hardware.wifi@1.2::IWifi default
|
||||
interface android.hardware.wifi@1.3::IWifi default
|
||||
interface android.hardware.wifi@1.4::IWifi default
|
||||
interface android.hardware.wifi@1.5::IWifi default
|
||||
interface android.hardware.wifi@1.6::IWifi default
|
||||
oneshot
|
||||
disabled
|
||||
class hal
|
||||
capabilities NET_ADMIN NET_RAW SYS_MODULE
|
||||
user wifi
|
||||
group wifi gps
|
21
proprietary/vendor/etc/init/hostapd.android.rc
vendored
21
proprietary/vendor/etc/init/hostapd.android.rc
vendored
|
@ -1,21 +0,0 @@
|
|||
#
|
||||
# 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/vendor/wifi 0770 wifi wifi
|
||||
mkdir /data/vendor/wifi/hostapd 0770 wifi wifi
|
||||
mkdir /data/vendor/wifi/hostapd/sockets 0770 wifi wifi
|
||||
|
||||
service hostapd /vendor/bin/hw/hostapd
|
||||
interface aidl android.hardware.wifi.hostapd.IHostapd/default
|
||||
class main
|
||||
capabilities NET_ADMIN NET_RAW
|
||||
user wifi
|
||||
group wifi net_raw net_admin
|
||||
disabled
|
||||
oneshot
|
|
@ -1,11 +0,0 @@
|
|||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.wifi</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.6</version>
|
||||
<interface>
|
||||
<name>IWifi</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue