qcacmn: Add WMI_PMF flag to pdev for PMF support

In TLV path WMI_PMF flag was missing when setting the PEER flags

Change-Id: Ibae0ff57f0d6bfb6207365a090dd95bf7e776b8c
This commit is contained in:
Gurumoorthi Gnanasambandhan
2017-07-03 16:14:55 +05:30
committed by snandini
parent d38a26937c
commit d18a061715

View File

@@ -1833,6 +1833,8 @@ static inline void copy_peer_flags_tlv(
cmd->peer_flags |= WMI_PEER_HE;
}
if (param->is_pmf_enabled)
cmd->peer_flags |= WMI_PEER_PMF;
/*
* Suppress authorization for all AUTH modes that need 4-way handshake
* (during re-association).