diff options
| author | Jeff Vander Stoep <jeffv@google.com> | 2018-10-09 13:50:38 +0200 |
|---|---|---|
| committer | firebird11 <hbgassel@gmail.com> | 2019-01-12 14:06:18 +0100 |
| commit | c6afb0499c7890b70583ac771aea6f5afd0cfd61 (patch) | |
| tree | 43b5def90a7684520a0a4504e18c1d34874d85cb | |
| parent | c37483fb49b2777dca21b98a62fe010833fc54c1 (diff) | |
g3-common: wifi_supplicant: deprecate entropy.bin
Wpa_supplicant's random pool is not necessary on Android. Randomness
is already provided by the entropymixer service which ensures
sufficient entropy is maintained across reboots. Commit b410eb1913
'Initialize /dev/urandom earlier in boot' seeds /dev/urandom with
that entropy before either wpa_supplicant or hostapd are run.
Bug: 34980020
Test: Use wifi and wifi tethering on 8974 targets
Change-Id: I2b9c1a13f7fc9e4ef7fa569803303ca75337dba7
| -rw-r--r-- | rootdir/etc/init.g3.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.g3.rc b/rootdir/etc/init.g3.rc index 444c4d2..24c0a14 100644 --- a/rootdir/etc/init.g3.rc +++ b/rootdir/etc/init.g3.rc @@ -426,7 +426,7 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \ -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ -I/system/etc/wifi/wpa_supplicant_overlay.conf \ -puse_p2p_group_interface=1 \ - -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0 + -g@android:wpa_wlan0 interface android.hardware.wifi.supplicant@1.0::ISupplicant default interface android.hardware.wifi.supplicant@1.1::ISupplicant default # we will start as root and wpa_supplicant will switch to user wifi |
