Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c2180 arg->peer_flags |= arvif->ar->wmi.peer_flags->auth; in ath10k_peer_assoc_h_basic()
2225 arg->peer_flags |= ar->wmi.peer_flags->need_ptk_4_way; in ath10k_peer_assoc_h_crypto()
2230 arg->peer_flags |= ar->wmi.peer_flags->need_gtk_2_way; in ath10k_peer_assoc_h_crypto()
2236 arg->peer_flags |= ar->wmi.peer_flags->pmf; in ath10k_peer_assoc_h_crypto()
2333 arg->peer_flags |= ar->wmi.peer_flags->ht; in ath10k_peer_assoc_h_ht()
2344 arg->peer_flags |= ar->wmi.peer_flags->ldbc; in ath10k_peer_assoc_h_ht()
2347 arg->peer_flags |= ar->wmi.peer_flags->bw40; in ath10k_peer_assoc_h_ht()
2361 arg->peer_flags |= ar->wmi.peer_flags->stbc; in ath10k_peer_assoc_h_ht()
2369 arg->peer_flags |= ar->wmi.peer_flags->stbc; in ath10k_peer_assoc_h_ht()
2579 arg->peer_flags |= ar->wmi.peer_flags->vht; in ath10k_peer_assoc_h_vht()
[all …]
H A Dcore.h202 const struct wmi_peer_flags_map *peer_flags; member
H A Dwmi.c7603 cmd->peer_flags = __cpu_to_le32(arg->peer_flags); in ath10k_wmi_peer_assoc_fill()
9468 ar->wmi.peer_flags = &wmi_10_2_peer_flags_map; in ath10k_wmi_attach()
9477 ar->wmi.peer_flags = &wmi_10_2_peer_flags_map; in ath10k_wmi_attach()
9486 ar->wmi.peer_flags = &wmi_10_2_peer_flags_map; in ath10k_wmi_attach()
9495 ar->wmi.peer_flags = &wmi_10x_peer_flags_map; in ath10k_wmi_attach()
9504 ar->wmi.peer_flags = &wmi_peer_flags_map; in ath10k_wmi_attach()
H A Dwmi.h6502 __le32 peer_flags; member
6555 u32 peer_flags; /* see %WMI_PEER_ */ member
H A Dwmi-tlv.c2704 cmd->flags = __cpu_to_le32(arg->peer_flags); in ath10k_wmi_tlv_op_gen_peer_assoc()
4645 ar->wmi.peer_flags = &wmi_tlv_peer_flags_map; in ath10k_wmi_tlv_attach()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c1821 cmd->peer_flags = 0; in ath12k_wmi_copy_peer_flags()
1826 cmd->peer_flags |= cpu_to_le32(WMI_PEER_QOS); in ath12k_wmi_copy_peer_flags()
1828 cmd->peer_flags |= cpu_to_le32(WMI_PEER_APSD); in ath12k_wmi_copy_peer_flags()
1830 cmd->peer_flags |= cpu_to_le32(WMI_PEER_HT); in ath12k_wmi_copy_peer_flags()
1832 cmd->peer_flags |= cpu_to_le32(WMI_PEER_40MHZ); in ath12k_wmi_copy_peer_flags()
1834 cmd->peer_flags |= cpu_to_le32(WMI_PEER_80MHZ); in ath12k_wmi_copy_peer_flags()
1836 cmd->peer_flags |= cpu_to_le32(WMI_PEER_160MHZ); in ath12k_wmi_copy_peer_flags()
1844 cmd->peer_flags |= cpu_to_le32(WMI_PEER_STBC); in ath12k_wmi_copy_peer_flags()
1850 cmd->peer_flags |= cpu_to_le32(WMI_PEER_LDPC); in ath12k_wmi_copy_peer_flags()
1853 cmd->peer_flags |= cpu_to_le32(WMI_PEER_STATIC_MIMOPS); in ath12k_wmi_copy_peer_flags()
[all …]
H A Dwmi.h3553 u32 peer_flags; member
3626 __le32 peer_flags; member
4770 const struct wmi_peer_flags_map *peer_flags; member
4784 const struct wmi_peer_flags_map *peer_flags; member
H A Dmac.c1608 sta->addr, arg->peer_max_mpdu, arg->peer_flags); in ath12k_peer_assoc_h_vht()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c1835 cmd->peer_flags = 0; in ath11k_wmi_copy_peer_flags()
1839 cmd->peer_flags |= WMI_PEER_QOS; in ath11k_wmi_copy_peer_flags()
1841 cmd->peer_flags |= WMI_PEER_APSD; in ath11k_wmi_copy_peer_flags()
1843 cmd->peer_flags |= WMI_PEER_HT; in ath11k_wmi_copy_peer_flags()
1845 cmd->peer_flags |= WMI_PEER_40MHZ; in ath11k_wmi_copy_peer_flags()
1847 cmd->peer_flags |= WMI_PEER_80MHZ; in ath11k_wmi_copy_peer_flags()
1849 cmd->peer_flags |= WMI_PEER_160MHZ; in ath11k_wmi_copy_peer_flags()
1855 cmd->peer_flags |= WMI_PEER_STBC; in ath11k_wmi_copy_peer_flags()
1861 cmd->peer_flags |= WMI_PEER_LDPC; in ath11k_wmi_copy_peer_flags()
1864 cmd->peer_flags |= WMI_PEER_STATIC_MIMOPS; in ath11k_wmi_copy_peer_flags()
[all …]
H A Dwmi.h2583 const struct wmi_peer_flags_map *peer_flags; member
3668 u32 peer_flags; member
3733 u32 peer_flags; member
5757 const struct wmi_peer_flags_map *peer_flags; member
H A Ddebugfs_htt_stats.h434 u32 peer_flags; member
H A Ddebugfs_htt_stats.c762 htt_stats_buf->peer_flags); in htt_print_peer_details_tlv()
H A Dmac.c2182 sta->addr, arg->peer_max_mpdu, arg->peer_flags, in ath11k_peer_assoc_h_vht()