Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.h3846 #define WMI_PEER_NEED_PTK_4_WAY 0x00000004 macro
H A Dwmi.c1924 cmd->peer_flags |= cpu_to_le32(WMI_PEER_NEED_PTK_4_WAY); in ath12k_wmi_copy_peer_flags()
1932 cmd->peer_flags &= cpu_to_le32(~(WMI_PEER_NEED_PTK_4_WAY | in ath12k_wmi_copy_peer_flags()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.h6419 WMI_PEER_NEED_PTK_4_WAY = 0x00000004, enumerator
H A Dwmi.c1650 .need_ptk_4_way = WMI_PEER_NEED_PTK_4_WAY,
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h4070 #define WMI_PEER_NEED_PTK_4_WAY 0x00000004 macro
H A Dwmi.c1977 cmd->peer_flags |= WMI_PEER_NEED_PTK_4_WAY; in ath11k_wmi_copy_peer_flags()
1985 cmd->peer_flags &= ~(WMI_PEER_NEED_PTK_4_WAY | in ath11k_wmi_copy_peer_flags()