mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Import wifi configs
Change-Id: I7c29879543ae9f0dd9daafa963df2814b8172ee5 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
4f2c263d84
commit
cc0fbca0d7
5 changed files with 27 additions and 3 deletions
15
configs/p2p_supplicant_overlay.conf
Normal file
15
configs/p2p_supplicant_overlay.conf
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
disable_scan_offload=1
|
||||||
|
p2p_listen_reg_class=81
|
||||||
|
p2p_listen_channel=1
|
||||||
|
p2p_oper_reg_class=124
|
||||||
|
p2p_oper_channel=149
|
||||||
|
manufacturer=SAMSUNG_ELECTRONICS
|
||||||
|
model_name=SAMSUNG_MOBILE
|
||||||
|
model_number=2014
|
||||||
|
serial_number=19691101
|
||||||
|
update_config=1
|
||||||
|
p2p_add_cli_chan=1
|
||||||
|
ip_addr_go=192.168.49.1
|
||||||
|
ip_addr_mask=255.255.255.0
|
||||||
|
ip_addr_start=192.168.49.200
|
||||||
|
ip_addr_end=192.168.49.254
|
||||||
5
configs/wpa_supplicant.conf
Normal file
5
configs/wpa_supplicant.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
update_config=1
|
||||||
|
eapol_version=1
|
||||||
|
ap_scan=1
|
||||||
|
fast_reauth=1
|
||||||
|
p2p_add_cli_chan=1
|
||||||
2
configs/wpa_supplicant_overlay.conf
Normal file
2
configs/wpa_supplicant_overlay.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
p2p_disabled=1
|
||||||
|
update_config=1
|
||||||
|
|
@ -209,7 +209,4 @@ vendor/etc/wifi/mx140_t_wlan.hcf
|
||||||
vendor/etc/wifi/mx140_t_wlan_t.hcf
|
vendor/etc/wifi/mx140_t_wlan_t.hcf
|
||||||
vendor/etc/wifi/mx140_wlan.hcf
|
vendor/etc/wifi/mx140_wlan.hcf
|
||||||
vendor/etc/wifi/mx140_wlan_t.hcf
|
vendor/etc/wifi/mx140_wlan_t.hcf
|
||||||
vendor/etc/wifi/p2p_supplicant_overlay.conf
|
|
||||||
vendor/etc/wifi/platform.txt
|
vendor/etc/wifi/platform.txt
|
||||||
vendor/etc/wifi/wpa_supplicant.conf
|
|
||||||
vendor/etc/wifi/wpa_supplicant_overlay.conf
|
|
||||||
|
|
|
||||||
|
|
@ -244,3 +244,8 @@ PRODUCT_PACKAGES += \
|
||||||
hostapd \
|
hostapd \
|
||||||
TetheringConfigOverlay \
|
TetheringConfigOverlay \
|
||||||
wpa_supplicant
|
wpa_supplicant
|
||||||
|
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
$(LOCAL_PATH)/configs/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
|
||||||
|
$(LOCAL_PATH)/configs/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \
|
||||||
|
$(LOCAL_PATH)/configs/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue