Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dwmi.h3983 #define WMI_PEER_NEED_PTK_4_WAY 0x00000004 macro
Dwmi.c1855 cmd->peer_flags |= WMI_PEER_NEED_PTK_4_WAY; in ath11k_wmi_copy_peer_flags()
1863 cmd->peer_flags &= ~(WMI_PEER_NEED_PTK_4_WAY | in ath11k_wmi_copy_peer_flags()
/linux-6.1.9/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,