msm8937-common: Remove references to hostapd
* No longer used. * It lives in it's own rc extension now Change-Id: I0c53cbb1ba2610aac4349b6a0e66e23c75871d27 Signed-off-by: Darshan Manjrekar <darshanmanjrekar1205@gmail.com>
This commit is contained in:
parent
783862d47b
commit
c555a5ad74
5 changed files with 0 additions and 1061 deletions
|
@ -17,9 +17,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
wifi.interface=wlan0
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(VENDOR_PATH)/wifi/hostapd.accept:system/etc/hostapd/hostapd.accept \
|
||||
$(VENDOR_PATH)/wifi/hostapd_default.conf:system/etc/hostapd/hostapd_default.conf \
|
||||
$(VENDOR_PATH)/wifi/hostapd.deny:system/etc/hostapd/hostapd.deny \
|
||||
$(VENDOR_PATH)/wifi/p2p_supplicant_overlay.conf:system/etc/wifi/p2p_supplicant_overlay.conf \
|
||||
$(VENDOR_PATH)/wifi/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.conf
|
||||
|
||||
|
|
|
@ -206,9 +206,6 @@ on post-fs-data
|
|||
mkdir /data/shared 0755
|
||||
chown system system /data/shared
|
||||
|
||||
# Create directory for hostapd
|
||||
mkdir /data/hostapd 0770 system wifi
|
||||
|
||||
# Create /data/time folder for time-services
|
||||
mkdir /data/time/ 0700 system system
|
||||
|
||||
|
@ -397,13 +394,6 @@ service qcom-sh /system/bin/sh /init.qcom.sh
|
|||
user root
|
||||
oneshot
|
||||
|
||||
service hostapd /system/bin/hostapd -dd /data/hostapd/hostapd.conf
|
||||
class late_start
|
||||
user root
|
||||
group root
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
service ril-daemon2 /vendor/bin/hw/rild -c 2
|
||||
class main
|
||||
user radio
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# List of MAC addresses that are allowed to authenticate (IEEE 802.11)
|
||||
# with the AP. Optional VLAN ID can be assigned for clients based on the
|
||||
# MAC address if dynamic VLANs (hostapd.conf dynamic_vlan option) are used.
|
|
@ -1,2 +0,0 @@
|
|||
# List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
|
||||
# with the AP.
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue