Searched refs:peer_flags (Results 1 – 13 of 13) sorted by relevance
2196 arg->peer_flags |= arvif->ar->wmi.peer_flags->auth; in ath10k_peer_assoc_h_basic()2252 arg->peer_flags |= ar->wmi.peer_flags->pmf; in ath10k_peer_assoc_h_crypto()2349 arg->peer_flags |= ar->wmi.peer_flags->ht; in ath10k_peer_assoc_h_ht()2360 arg->peer_flags |= ar->wmi.peer_flags->ldbc; in ath10k_peer_assoc_h_ht()2363 arg->peer_flags |= ar->wmi.peer_flags->bw40; in ath10k_peer_assoc_h_ht()2377 arg->peer_flags |= ar->wmi.peer_flags->stbc; in ath10k_peer_assoc_h_ht()2385 arg->peer_flags |= ar->wmi.peer_flags->stbc; in ath10k_peer_assoc_h_ht()2595 arg->peer_flags |= ar->wmi.peer_flags->vht; in ath10k_peer_assoc_h_vht()2598 arg->peer_flags |= ar->wmi.peer_flags->vht_2g; in ath10k_peer_assoc_h_vht()2616 arg->peer_flags |= ar->wmi.peer_flags->bw80; in ath10k_peer_assoc_h_vht()[all …]
206 const struct wmi_peer_flags_map *peer_flags; member
7652 cmd->peer_flags = __cpu_to_le32(arg->peer_flags); in ath10k_wmi_peer_assoc_fill()9526 ar->wmi.peer_flags = &wmi_10_2_peer_flags_map; in ath10k_wmi_attach()9535 ar->wmi.peer_flags = &wmi_10_2_peer_flags_map; in ath10k_wmi_attach()9544 ar->wmi.peer_flags = &wmi_10_2_peer_flags_map; in ath10k_wmi_attach()9553 ar->wmi.peer_flags = &wmi_10x_peer_flags_map; in ath10k_wmi_attach()9562 ar->wmi.peer_flags = &wmi_peer_flags_map; in ath10k_wmi_attach()
6505 __le32 peer_flags; member6558 u32 peer_flags; /* see %WMI_PEER_ */ member
2705 cmd->flags = __cpu_to_le32(arg->peer_flags); in ath10k_wmi_tlv_op_gen_peer_assoc()4648 ar->wmi.peer_flags = &wmi_tlv_peer_flags_map; in ath10k_wmi_tlv_attach()
1879 cmd->peer_flags = 0; in ath11k_wmi_copy_peer_flags()1883 cmd->peer_flags |= WMI_PEER_QOS; in ath11k_wmi_copy_peer_flags()1885 cmd->peer_flags |= WMI_PEER_APSD; in ath11k_wmi_copy_peer_flags()1887 cmd->peer_flags |= WMI_PEER_HT; in ath11k_wmi_copy_peer_flags()1899 cmd->peer_flags |= WMI_PEER_STBC; in ath11k_wmi_copy_peer_flags()1905 cmd->peer_flags |= WMI_PEER_LDPC; in ath11k_wmi_copy_peer_flags()1914 cmd->peer_flags |= WMI_PEER_VHT; in ath11k_wmi_copy_peer_flags()1916 cmd->peer_flags |= WMI_PEER_HE; in ath11k_wmi_copy_peer_flags()1928 cmd->peer_flags |= WMI_PEER_AUTH; in ath11k_wmi_copy_peer_flags()1942 cmd->peer_flags |= WMI_PEER_PMF; in ath11k_wmi_copy_peer_flags()[all …]
434 u32 peer_flags; member
3720 u32 peer_flags; member3785 u32 peer_flags; member
763 htt_stats_buf->peer_flags); in htt_print_peer_details_tlv()
2277 sta->addr, arg->peer_max_mpdu, arg->peer_flags, in ath11k_peer_assoc_h_vht()
2151 cmd->peer_flags = 0; in ath12k_wmi_copy_peer_flags()2156 cmd->peer_flags |= cpu_to_le32(WMI_PEER_QOS); in ath12k_wmi_copy_peer_flags()2158 cmd->peer_flags |= cpu_to_le32(WMI_PEER_APSD); in ath12k_wmi_copy_peer_flags()2160 cmd->peer_flags |= cpu_to_le32(WMI_PEER_HT); in ath12k_wmi_copy_peer_flags()2174 cmd->peer_flags |= cpu_to_le32(WMI_PEER_STBC); in ath12k_wmi_copy_peer_flags()2180 cmd->peer_flags |= cpu_to_le32(WMI_PEER_LDPC); in ath12k_wmi_copy_peer_flags()2189 cmd->peer_flags |= cpu_to_le32(WMI_PEER_VHT); in ath12k_wmi_copy_peer_flags()2191 cmd->peer_flags |= cpu_to_le32(WMI_PEER_HE); in ath12k_wmi_copy_peer_flags()2205 cmd->peer_flags |= cpu_to_le32(WMI_PEER_AUTH); in ath12k_wmi_copy_peer_flags()2219 cmd->peer_flags |= cpu_to_le32(WMI_PEER_PMF); in ath12k_wmi_copy_peer_flags()[all …]
3862 u32 peer_flags; member3964 __le32 peer_flags; member
2392 arsta->addr, arg->peer_max_mpdu, arg->peer_flags, in ath12k_peer_assoc_h_vht()
Completed in 217 milliseconds