Searched refs:session_he (Results 1 – 1 of 1) sorted by relevance
7032 tDot11fIEhe_cap *session_he = &session->he_config; in lim_intersect_he_caps() local7036 peer_he->fragmentation = QDF_MIN(session_he->fragmentation, in lim_intersect_he_caps()7039 peer_he->ldpc_coding &= session_he->ldpc_coding; 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()7047 if (session_he->rx_stbc_lt_80mhz && peer_he->tb_ppdu_tx_stbc_lt_80mhz) in lim_intersect_he_caps()7052 if (session_he->tb_ppdu_tx_stbc_gt_80mhz && peer_he->rx_stbc_gt_80mhz) in lim_intersect_he_caps()7057 if (session_he->rx_stbc_gt_80mhz && peer_he->tb_ppdu_tx_stbc_gt_80mhz) in lim_intersect_he_caps()7063 if (session_he->doppler) { in lim_intersect_he_caps()7065 if ((session_he->doppler & 0x1) && (peer_he->doppler & 0x10)) in lim_intersect_he_caps()7067 if ((session_he->doppler & 0x10) && (peer_he->doppler & 0x1)) in lim_intersect_he_caps()[all …]