Lines Matching defs:peer_assoc_params

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