Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c1963 arg->peer_flags |= WMI_PEER_AUTH; in ath10k_peer_assoc_h_basic()
2005 arg->peer_flags |= WMI_PEER_NEED_PTK_4_WAY; in ath10k_peer_assoc_h_crypto()
2010 arg->peer_flags |= WMI_PEER_NEED_GTK_2_WAY; in ath10k_peer_assoc_h_crypto()
2107 arg->peer_flags |= WMI_PEER_HT; in ath10k_peer_assoc_h_ht()
2118 arg->peer_flags |= WMI_PEER_LDPC; in ath10k_peer_assoc_h_ht()
2121 arg->peer_flags |= WMI_PEER_40MHZ; in ath10k_peer_assoc_h_ht()
2135 arg->peer_flags |= WMI_PEER_STBC; in ath10k_peer_assoc_h_ht()
2143 arg->peer_flags |= WMI_PEER_STBC; in ath10k_peer_assoc_h_ht()
2324 arg->peer_flags |= WMI_PEER_VHT; in ath10k_peer_assoc_h_vht()
2327 arg->peer_flags |= WMI_PEER_VHT_2G; in ath10k_peer_assoc_h_vht()
[all …]
Dwmi.h5687 __le32 peer_flags; member
5729 u32 peer_flags; /* see %WMI_PEER_ */ member
Dwmi-tlv.c2134 cmd->flags = __cpu_to_le32(arg->peer_flags); in ath10k_wmi_tlv_op_gen_peer_assoc()
Dwmi.c6262 cmd->peer_flags = __cpu_to_le32(arg->peer_flags); in ath10k_wmi_peer_assoc_fill()