Browse Source

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
Gurumoorthi Gnanasambandhan 7 years ago
parent
commit
6e1128196a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      wmi/src/wmi_unified_tlv.c

+ 2 - 0
wmi/src/wmi_unified_tlv.c

@@ -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).