android_device_xiaomi_sdm66.../configs/wifi/wpa_supplicant_overlay.conf
Surabhi Vishnoi e865b037e8
sdm660-common: Add wowlan_triggers to wpa_supplicant conf
Add 'wowlan_triggers=magic_pkt' to wpa_supplicant_overlay.conf. With
this, wpa_supplicant will tell the linux kernel that the wifi driver
is wowlan capable, and will wakeup the host when a magic packet is
received. Most importantly, the kernel will no longer disconnect wifi
connections before suspending wifi.

CRs-Fixed: 2615975
Change-Id: I3226943940046ad98e4ab410897d4fdcb457ee5a
2021-03-02 23:43:22 +06:00

12 lines
256 B
Text

disable_scan_offload=1
p2p_disabled=1
tdls_external_control=1
bss_max_count=512
interworking=1
hs20=1
bss_max_count=512
auto_interworking=0
bss_no_flush_when_down=1
wowlan_triggers=magic_pkt
driver_param=use_p2p_group_interface=1
wowlan_triggers=magic_pkt