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:

committed by
snandini

parent
d38a26937c
commit
d18a061715
@@ -1833,6 +1833,8 @@ static inline void copy_peer_flags_tlv(
|
|||||||
cmd->peer_flags |= WMI_PEER_HE;
|
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
|
* Suppress authorization for all AUTH modes that need 4-way handshake
|
||||||
* (during re-association).
|
* (during re-association).
|
||||||
|
Reference in New Issue
Block a user