Searched refs:peer_he (Results 1 – 2 of 2) sorted by relevance
7028 tDot11fIEhe_cap *peer_he, in lim_intersect_he_caps() argument7034 qdf_mem_copy(peer_he, rcvd_he, sizeof(*peer_he)); in lim_intersect_he_caps()7036 peer_he->fragmentation = QDF_MIN(session_he->fragmentation, in lim_intersect_he_caps()7037 peer_he->fragmentation); in lim_intersect_he_caps()7039 peer_he->ldpc_coding &= session_he->ldpc_coding; in lim_intersect_he_caps()7040 lim_check_and_force_he_ldpc_cap(session, peer_he); in lim_intersect_he_caps()7042 if (session_he->tb_ppdu_tx_stbc_lt_80mhz && peer_he->rx_stbc_lt_80mhz) in lim_intersect_he_caps()7043 peer_he->rx_stbc_lt_80mhz = 1; in lim_intersect_he_caps()7045 peer_he->rx_stbc_lt_80mhz = 0; in lim_intersect_he_caps()7047 if (session_he->rx_stbc_lt_80mhz && peer_he->tb_ppdu_tx_stbc_lt_80mhz) in lim_intersect_he_caps()[all …]
154 tDot11fIEhe_cap *peer_he = &sta_ds->he_config; in lim_get_he_rate_info_flag() local156 if (peer_he->chan_width_3 || peer_he->chan_width_2) in lim_get_he_rate_info_flag()158 else if (peer_he->chan_width_1) in lim_get_he_rate_info_flag()160 else if (peer_he->chan_width_0) in lim_get_he_rate_info_flag()