소스 검색

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 년 전
부모
커밋
6e1128196a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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).