Try both p2p_supplicant.conf paths for Project Treble

This commit is contained in:
Mygod
2019-01-06 01:10:40 +08:00
parent 0374b93a64
commit e6943c69dd
4 changed files with 25 additions and 23 deletions

View File

@@ -164,6 +164,6 @@ If some of these are unavailable, you can alternatively install a recent version
Wi-Fi driver `wpa_supplicant`:
* P2P configuration file is assumed to be saved to `/data/misc/wifi/p2p_supplicant.conf` or
`/data/vendor/wifi/wpa/p2p_supplicant.conf` for API 28+ and have reasonable format;
* P2P configuration file is assumed to be saved to `/data/vendor/wifi/wpa/p2p_supplicant.conf` or
`/data/misc/wifi/p2p_supplicant.conf` and have reasonable format;
* Android system is expected to restart `wpa_supplicant` after it crashes.