Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h3845 #define WMI_PEER_AUTH 0x00000001 macro
H A Dwmi.c1875 cmd->peer_flags |= cpu_to_le32(WMI_PEER_AUTH); in ath12k_wmi_copy_peer_flags()
1879 cmd->peer_flags &= cpu_to_le32(~WMI_PEER_AUTH); in ath12k_wmi_copy_peer_flags()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.h6417 WMI_PEER_AUTH = 0x00000001, enumerator
H A Dwmi.c1641 .auth = WMI_PEER_AUTH,
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h4065 #define WMI_PEER_AUTH 0x00000001 macro
H A 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()