sdm710-common: wifi: Enable DFS channel scanning in P2P search

* Fixes P2P when connected to 5GHz access point.

Change-Id: Ie94aa06e9b6be9345688a1e10caa9a62b180eb30
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
This commit is contained in:
LuK1337 2019-06-22 02:59:44 +02:00 committed by CakesTwix
parent 3b1af7dad7
commit d017491c15
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -450,6 +450,14 @@ gSelect5GHzMargin=5
gRoamPrefer5GHz=1
gSelect5GHzMargin=3
#Enable/Disable 802.11ai FILS support
g_is_fils_enabled=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