From 3c2400960f70e590105b181d525c6ba661ff9f88 Mon Sep 17 00:00:00 2001 From: Surabhi Vishnoi Date: Wed, 5 Feb 2020 11:14:54 +0530 Subject: [PATCH] falcon_64: 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 --- configs/wifi/wpa_supplicant_overlay.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/wifi/wpa_supplicant_overlay.conf b/configs/wifi/wpa_supplicant_overlay.conf index 040910c1..5810266c 100644 --- a/configs/wifi/wpa_supplicant_overlay.conf +++ b/configs/wifi/wpa_supplicant_overlay.conf @@ -8,3 +8,4 @@ interworking=1 hs20=1 auto_interworking=0 bss_no_flush_when_down=1 +wowlan_triggers=magic_pkt