Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dwmi.h3844 #define WMI_PEER_AUTH 0x00000001 macro
Dwmi.c1874 cmd->peer_flags |= cpu_to_le32(WMI_PEER_AUTH); in ath12k_wmi_copy_peer_flags()
1878 cmd->peer_flags &= cpu_to_le32(~WMI_PEER_AUTH); in ath12k_wmi_copy_peer_flags()
/linux-6.6.21/drivers/net/wireless/ath/ath10k/
Dwmi.h6417 WMI_PEER_AUTH = 0x00000001, enumerator
Dwmi.c1641 .auth = WMI_PEER_AUTH,
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dwmi.h4065 #define WMI_PEER_AUTH 0x00000001 macro
Dwmi.c1884 cmd->peer_flags |= WMI_PEER_AUTH; in ath11k_wmi_copy_peer_flags()
1888 cmd->peer_flags &= ~WMI_PEER_AUTH; in ath11k_wmi_copy_peer_flags()