Snap for 8989391 from 79251b2c9f
to udc-release
Change-Id: I879be51a35f5285701eaa820013d53748ca52429
This commit is contained in:
commit
c63064c57d
4 changed files with 4 additions and 12 deletions
|
@ -148,12 +148,3 @@ on post-fs-data
|
|||
setprop wifi.direct.interface p2p-dev-wlan0
|
||||
setprop wifi.aware.interface aware_nmi0
|
||||
|
||||
service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
|
||||
-O/data/vendor/wifi/wpa/sockets -puse_p2p_group_interface=1p2p_device=1 \
|
||||
-m/vendor/etc/wifi/p2p_supplicant.conf \
|
||||
-g@android:wpa_wlan0 -dd
|
||||
interface aidl android.hardware.wifi.supplicant.ISupplicant/default
|
||||
socket wpa_wlan0 dgram 660 wifi wifi
|
||||
class main
|
||||
disabled
|
||||
oneshot
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
<!-- Default screen brightness setting
|
||||
Must be in the range specified by minimum and maximum. -->
|
||||
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.17293233082</item>
|
||||
<item name="config_screenBrightnessSettingDefaultFloat" format="float" type="dimen">0.138</item>
|
||||
|
||||
<!-- The default refresh rate. Pixel 6 manages this using the peak refresh rate setting, so set
|
||||
this value to 0 so it has no effect. -->
|
||||
|
|
|
@ -30,8 +30,9 @@ WIFI_FEATURE_IMU_DETECTION := true
|
|||
WIFI_AVOID_IFACE_RESET_MAC_CHANGE := true
|
||||
WIFI_FEATURE_HOSTAPD_11AX := true
|
||||
BOARD_HOSTAPD_CONFIG_80211W_MFP_OPTIONAL := true
|
||||
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/pantah/wifi/p2p_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant.conf \
|
||||
device/google/pantah/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
|
||||
device/google/felix/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
|
||||
device/google/felix/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue