Lines Matching defs:peer_assoc_params

3579 struct peer_assoc_params {  struct
3580 struct wmi_mac_addr peer_macaddr;
3581 u32 vdev_id;
3582 u32 peer_new_assoc;
3583 u32 peer_associd;
3584 u32 peer_flags;
3585 u32 peer_caps;
3586 u32 peer_listen_intval;
3587 u32 peer_ht_caps;
3588 u32 peer_max_mpdu;
3589 u32 peer_mpdu_density;
3590 u32 peer_rate_caps;
3591 u32 peer_nss;
3592 u32 peer_vht_caps;
3593 u32 peer_phymode;
3594 u32 peer_ht_info[2];
3595 struct wmi_rate_set_arg peer_legacy_rates;
3596 struct wmi_rate_set_arg peer_ht_rates;
3597 u32 rx_max_rate;
3598 u32 rx_mcs_set;
3599 u32 tx_max_rate;
3600 u32 tx_mcs_set;
3601 u8 vht_capable;
3602 u8 min_data_rate;
3603 u32 tx_max_mcs_nss;
3604 u32 peer_bw_rxnss_override;
3605 bool is_pmf_enabled;
3606 bool is_wme_set;
3607 bool qos_flag;
3608 bool apsd_flag;
3609 bool ht_flag;
3610 bool bw_40;
3611 bool bw_80;
3612 bool bw_160;
3613 bool stbc_flag;
3614 bool ldpc_flag;
3615 bool static_mimops_flag;
3616 bool dynamic_mimops_flag;
3617 bool spatial_mux_flag;
3618 bool vht_flag;
3619 bool vht_ng_flag;
3620 bool need_ptk_4_way;
3621 bool need_gtk_2_way;
3622 bool auth_flag;
3623 bool safe_mode_enabled;
3624 bool amsdu_disable;
3626 u8 peer_mac[ETH_ALEN];
3628 bool he_flag;
3629 u32 peer_he_cap_macinfo[2];
3630 u32 peer_he_cap_macinfo_internal;
3631 u32 peer_he_caps_6ghz;
3632 u32 peer_he_ops;
3633 u32 peer_he_cap_phyinfo[WMI_HOST_MAX_HECAP_PHY_SIZE];
3634 u32 peer_he_mcs_count;
3635 u32 peer_he_rx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
3636 u32 peer_he_tx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
3637 bool twt_responder;
3638 bool twt_requester;
3639 bool is_assoc;
3640 struct ath11k_ppe_threshold peer_ppet;