Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dmac.c1397 arg->peer_flags |= WMI_PEER_AUTH; in ath10k_peer_assoc_h_basic()
1436 arg->peer_flags |= WMI_PEER_NEED_PTK_4_WAY; in ath10k_peer_assoc_h_crypto()
1441 arg->peer_flags |= WMI_PEER_NEED_GTK_2_WAY; in ath10k_peer_assoc_h_crypto()
1485 arg->peer_flags |= WMI_PEER_HT; in ath10k_peer_assoc_h_ht()
1496 arg->peer_flags |= WMI_PEER_LDPC; in ath10k_peer_assoc_h_ht()
1499 arg->peer_flags |= WMI_PEER_40MHZ; in ath10k_peer_assoc_h_ht()
1511 arg->peer_flags |= WMI_PEER_STBC; in ath10k_peer_assoc_h_ht()
1519 arg->peer_flags |= WMI_PEER_STBC; in ath10k_peer_assoc_h_ht()
1632 arg->peer_flags |= WMI_PEER_VHT; in ath10k_peer_assoc_h_vht()
1635 arg->peer_flags |= WMI_PEER_VHT_2G; in ath10k_peer_assoc_h_vht()
[all …]
Dwmi.h4556 __le32 peer_flags; member
4598 u32 peer_flags; /* see %WMI_PEER_ */ member
Dwmi.c4739 cmd->peer_flags = __cpu_to_le32(arg->peer_flags); in ath10k_wmi_peer_assoc_fill()
Dwmi-tlv.c1919 cmd->flags = __cpu_to_le32(arg->peer_flags); in ath10k_wmi_tlv_op_gen_peer_assoc()