Lines Matching defs:peer_assoc_params

3715 struct peer_assoc_params {  struct
3716 struct wmi_mac_addr peer_macaddr;
3717 u32 vdev_id;
3718 u32 peer_new_assoc;
3719 u32 peer_associd;
3720 u32 peer_flags;
3721 u32 peer_caps;
3722 u32 peer_listen_intval;
3723 u32 peer_ht_caps;
3724 u32 peer_max_mpdu;
3725 u32 peer_mpdu_density;
3726 u32 peer_rate_caps;
3727 u32 peer_nss;
3728 u32 peer_vht_caps;
3729 u32 peer_phymode;
3730 u32 peer_ht_info[2];
3731 struct wmi_rate_set_arg peer_legacy_rates;
3732 struct wmi_rate_set_arg peer_ht_rates;
3733 u32 rx_max_rate;
3734 u32 rx_mcs_set;
3735 u32 tx_max_rate;
3736 u32 tx_mcs_set;
3737 u8 vht_capable;
3738 u8 min_data_rate;
3739 u32 tx_max_mcs_nss;
3740 u32 peer_bw_rxnss_override;
3741 bool is_pmf_enabled;
3742 bool is_wme_set;
3743 bool qos_flag;
3744 bool apsd_flag;
3745 bool ht_flag;
3746 bool bw_40;
3747 bool bw_80;
3748 bool bw_160;
3749 bool stbc_flag;
3750 bool ldpc_flag;
3751 bool static_mimops_flag;
3752 bool dynamic_mimops_flag;
3753 bool spatial_mux_flag;
3754 bool vht_flag;
3755 bool vht_ng_flag;
3756 bool need_ptk_4_way;
3757 bool need_gtk_2_way;
3758 bool auth_flag;
3759 bool safe_mode_enabled;
3760 bool amsdu_disable;
3762 u8 peer_mac[ETH_ALEN];
3764 bool he_flag;
3765 u32 peer_he_cap_macinfo[2];
3766 u32 peer_he_cap_macinfo_internal;
3767 u32 peer_he_caps_6ghz;
3768 u32 peer_he_ops;
3769 u32 peer_he_cap_phyinfo[WMI_HOST_MAX_HECAP_PHY_SIZE];
3770 u32 peer_he_mcs_count;
3771 u32 peer_he_rx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
3772 u32 peer_he_tx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
3773 bool twt_responder;
3774 bool twt_requester;
3775 bool is_assoc;
3776 struct ath11k_ppe_threshold peer_ppet;