Home
last modified time | relevance | path

Searched refs:WMI_PEER_NEED_PTK_4_WAY (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/ath/ath12k/
Dwmi.h3846 #define WMI_PEER_NEED_PTK_4_WAY 0x00000004 macro
Dwmi.c1876 cmd->peer_flags |= cpu_to_le32(WMI_PEER_NEED_PTK_4_WAY); in ath12k_wmi_copy_peer_flags()
1884 cmd->peer_flags &= cpu_to_le32(~(WMI_PEER_NEED_PTK_4_WAY | in ath12k_wmi_copy_peer_flags()
/drivers/net/wireless/ath/ath10k/
Dwmi.h6419 WMI_PEER_NEED_PTK_4_WAY = 0x00000004, enumerator
Dwmi.c1643 .need_ptk_4_way = WMI_PEER_NEED_PTK_4_WAY,
/drivers/net/wireless/ath/ath11k/
Dwmi.h4067 #define WMI_PEER_NEED_PTK_4_WAY 0x00000004 macro
Dwmi.c1886 cmd->peer_flags |= WMI_PEER_NEED_PTK_4_WAY; in ath11k_wmi_copy_peer_flags()
1894 cmd->peer_flags &= ~(WMI_PEER_NEED_PTK_4_WAY | in ath11k_wmi_copy_peer_flags()