Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dmac.c2179 arg->peer_flags |= arvif->ar->wmi.peer_flags->auth; in ath10k_peer_assoc_h_basic()
2224 arg->peer_flags |= ar->wmi.peer_flags->need_ptk_4_way; in ath10k_peer_assoc_h_crypto()
2229 arg->peer_flags |= ar->wmi.peer_flags->need_gtk_2_way; in ath10k_peer_assoc_h_crypto()
2235 arg->peer_flags |= ar->wmi.peer_flags->pmf; in ath10k_peer_assoc_h_crypto()
2332 arg->peer_flags |= ar->wmi.peer_flags->ht; in ath10k_peer_assoc_h_ht()
2343 arg->peer_flags |= ar->wmi.peer_flags->ldbc; in ath10k_peer_assoc_h_ht()
2346 arg->peer_flags |= ar->wmi.peer_flags->bw40; in ath10k_peer_assoc_h_ht()
2360 arg->peer_flags |= ar->wmi.peer_flags->stbc; in ath10k_peer_assoc_h_ht()
2368 arg->peer_flags |= ar->wmi.peer_flags->stbc; in ath10k_peer_assoc_h_ht()
2578 arg->peer_flags |= ar->wmi.peer_flags->vht; in ath10k_peer_assoc_h_vht()
[all …]
Dcore.h201 const struct wmi_peer_flags_map *peer_flags; member
Dwmi.c7581 cmd->peer_flags = __cpu_to_le32(arg->peer_flags); in ath10k_wmi_peer_assoc_fill()
9446 ar->wmi.peer_flags = &wmi_10_2_peer_flags_map; in ath10k_wmi_attach()
9455 ar->wmi.peer_flags = &wmi_10_2_peer_flags_map; in ath10k_wmi_attach()
9464 ar->wmi.peer_flags = &wmi_10_2_peer_flags_map; in ath10k_wmi_attach()
9473 ar->wmi.peer_flags = &wmi_10x_peer_flags_map; in ath10k_wmi_attach()
9482 ar->wmi.peer_flags = &wmi_peer_flags_map; in ath10k_wmi_attach()
Dwmi.h6501 __le32 peer_flags; member
6554 u32 peer_flags; /* see %WMI_PEER_ */ member
Dwmi-tlv.c2700 cmd->flags = __cpu_to_le32(arg->peer_flags); in ath10k_wmi_tlv_op_gen_peer_assoc()
4636 ar->wmi.peer_flags = &wmi_tlv_peer_flags_map; in ath10k_wmi_tlv_attach()
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dwmi.c1820 cmd->peer_flags = 0; in ath12k_wmi_copy_peer_flags()
1825 cmd->peer_flags |= cpu_to_le32(WMI_PEER_QOS); in ath12k_wmi_copy_peer_flags()
1827 cmd->peer_flags |= cpu_to_le32(WMI_PEER_APSD); in ath12k_wmi_copy_peer_flags()
1829 cmd->peer_flags |= cpu_to_le32(WMI_PEER_HT); in ath12k_wmi_copy_peer_flags()
1831 cmd->peer_flags |= cpu_to_le32(WMI_PEER_40MHZ); in ath12k_wmi_copy_peer_flags()
1833 cmd->peer_flags |= cpu_to_le32(WMI_PEER_80MHZ); in ath12k_wmi_copy_peer_flags()
1835 cmd->peer_flags |= cpu_to_le32(WMI_PEER_160MHZ); in ath12k_wmi_copy_peer_flags()
1837 cmd->peer_flags |= cpu_to_le32(WMI_PEER_EXT_320MHZ); in ath12k_wmi_copy_peer_flags()
1843 cmd->peer_flags |= cpu_to_le32(WMI_PEER_STBC); in ath12k_wmi_copy_peer_flags()
1849 cmd->peer_flags |= cpu_to_le32(WMI_PEER_LDPC); in ath12k_wmi_copy_peer_flags()
[all …]
Dwmi.h3552 u32 peer_flags; member
3625 __le32 peer_flags; member
4770 const struct wmi_peer_flags_map *peer_flags; member
4784 const struct wmi_peer_flags_map *peer_flags; member
Dmac.c1605 sta->addr, arg->peer_max_mpdu, arg->peer_flags); in ath12k_peer_assoc_h_vht()
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
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 …]
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
Ddebugfs_htt_stats.h434 u32 peer_flags; member
Ddebugfs_htt_stats.c762 htt_stats_buf->peer_flags); in htt_print_peer_details_tlv()
Dmac.c2189 sta->addr, arg->peer_max_mpdu, arg->peer_flags, in ath11k_peer_assoc_h_vht()