Lines Matching defs:peer_assoc_params
3505 struct peer_assoc_params { struct
3506 struct wmi_mac_addr peer_macaddr;
3507 u32 vdev_id;
3508 u32 peer_new_assoc;
3509 u32 peer_associd;
3510 u32 peer_flags;
3511 u32 peer_caps;
3512 u32 peer_listen_intval;
3513 u32 peer_ht_caps;
3514 u32 peer_max_mpdu;
3515 u32 peer_mpdu_density;
3516 u32 peer_rate_caps;
3517 u32 peer_nss;
3518 u32 peer_vht_caps;
3519 u32 peer_phymode;
3520 u32 peer_ht_info[2];
3521 struct wmi_rate_set_arg peer_legacy_rates;
3522 struct wmi_rate_set_arg peer_ht_rates;
3523 u32 rx_max_rate;
3524 u32 rx_mcs_set;
3525 u32 tx_max_rate;
3526 u32 tx_mcs_set;
3527 u8 vht_capable;
3528 u8 min_data_rate;
3529 u32 tx_max_mcs_nss;
3530 u32 peer_bw_rxnss_override;
3531 bool is_pmf_enabled;
3532 bool is_wme_set;
3533 bool qos_flag;
3534 bool apsd_flag;
3535 bool ht_flag;
3536 bool bw_40;
3537 bool bw_80;
3538 bool bw_160;
3539 bool stbc_flag;
3540 bool ldpc_flag;
3541 bool static_mimops_flag;
3542 bool dynamic_mimops_flag;
3543 bool spatial_mux_flag;
3544 bool vht_flag;
3545 bool vht_ng_flag;
3546 bool need_ptk_4_way;
3547 bool need_gtk_2_way;
3548 bool auth_flag;
3549 bool safe_mode_enabled;
3550 bool amsdu_disable;
3552 u8 peer_mac[ETH_ALEN];
3554 bool he_flag;
3555 u32 peer_he_cap_macinfo[2];
3556 u32 peer_he_cap_macinfo_internal;
3557 u32 peer_he_caps_6ghz;
3558 u32 peer_he_ops;
3559 u32 peer_he_cap_phyinfo[WMI_HOST_MAX_HECAP_PHY_SIZE];
3560 u32 peer_he_mcs_count;
3561 u32 peer_he_rx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
3562 u32 peer_he_tx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
3563 bool twt_responder;
3564 bool twt_requester;
3565 struct ath11k_ppe_threshold peer_ppet;