ap6212 wifi support, p2p didn't work because the bcmdhd drivers seems not support
This commit is contained in:
parent
fe2350bd37
commit
73a04365cb
13 changed files with 27 additions and 15 deletions
|
@ -21,13 +21,13 @@ on property:sys.drop_cache=1
|
|||
setprop sys.drop_cache 0
|
||||
|
||||
# broadcom wifi sta p2p concurrent service
|
||||
service wpa_supplicant_broadcom /vendor/bin/hw/wpa_supplicant \
|
||||
service wpa_supplicant_broadcom /system/vendor/bin/hw/wpa_supplicant \
|
||||
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
||||
-I/system/etc/wifi/p2p_supplicant_overlay.conf \
|
||||
-I/vendor/etc/wifi/wpa_supplicant_overlay.conf \
|
||||
-puse_p2p_group_interface=1p2p_device=1use_multi_chan_concurrent=1 \
|
||||
-m/data/misc/wifi/p2p_supplicant.conf \
|
||||
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0 \
|
||||
p2p_supported=true
|
||||
-O/data/misc/wifi/sockets \
|
||||
class main
|
||||
socket wpa_wlan0 dgram 660 wifi wifi
|
||||
disabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue