Lines Matching defs:peer_assoc_params
3666 struct peer_assoc_params { struct
3667 struct wmi_mac_addr peer_macaddr;
3668 u32 vdev_id;
3669 u32 peer_new_assoc;
3670 u32 peer_associd;
3671 u32 peer_flags;
3672 u32 peer_caps;
3673 u32 peer_listen_intval;
3674 u32 peer_ht_caps;
3675 u32 peer_max_mpdu;
3676 u32 peer_mpdu_density;
3677 u32 peer_rate_caps;
3678 u32 peer_nss;
3679 u32 peer_vht_caps;
3680 u32 peer_phymode;
3681 u32 peer_ht_info[2];
3682 struct wmi_rate_set_arg peer_legacy_rates;
3683 struct wmi_rate_set_arg peer_ht_rates;
3684 u32 rx_max_rate;
3685 u32 rx_mcs_set;
3686 u32 tx_max_rate;
3687 u32 tx_mcs_set;
3688 u8 vht_capable;
3689 u8 min_data_rate;
3690 u32 tx_max_mcs_nss;
3691 u32 peer_bw_rxnss_override;
3692 bool is_pmf_enabled;
3693 bool is_wme_set;
3694 bool qos_flag;
3695 bool apsd_flag;
3696 bool ht_flag;
3697 bool bw_40;
3698 bool bw_80;
3699 bool bw_160;
3700 bool stbc_flag;
3701 bool ldpc_flag;
3702 bool static_mimops_flag;
3703 bool dynamic_mimops_flag;
3704 bool spatial_mux_flag;
3705 bool vht_flag;
3706 bool vht_ng_flag;
3707 bool need_ptk_4_way;
3708 bool need_gtk_2_way;
3709 bool auth_flag;
3710 bool safe_mode_enabled;
3711 bool amsdu_disable;
3713 u8 peer_mac[ETH_ALEN];
3715 bool he_flag;
3716 u32 peer_he_cap_macinfo[2];
3717 u32 peer_he_cap_macinfo_internal;
3718 u32 peer_he_caps_6ghz;
3719 u32 peer_he_ops;
3720 u32 peer_he_cap_phyinfo[WMI_HOST_MAX_HECAP_PHY_SIZE];
3721 u32 peer_he_mcs_count;
3722 u32 peer_he_rx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
3723 u32 peer_he_tx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
3724 bool twt_responder;
3725 bool twt_requester;
3726 bool is_assoc;
3727 struct ath11k_ppe_threshold peer_ppet;