miatoll: wlan: Enable DFS channel scanning in P2P search.

- Fixes P2P when connected to 5GHz access point.

Change-Id: Ie94aa06e9b6be9345688a1e10caa9a62b180eb30
This commit is contained in:
LuK1337 2019-06-22 02:59:44 +02:00 committed by Aryan Gupta
parent 6ac453199e
commit f943d9306e

View File

@ -517,6 +517,11 @@ enable_disconnect_roam_offload=1
# Enable/Disable RTT feature
gEnableRTTSupport=0
#Skip DFS Channel in case of P2P Search
# 0 - disable (Scan DFS Channel in P2P Search)
# 1 - enable (Skip DFS Channel)
gSkipDfsChannelInP2pSearch=0
END
# Note: Configuration parser would not read anything past the END marker