Lines Matching full:he

14 				       struct ieee80211_radiotap_he *he,  in mt76_connac3_mac_decode_he_radiotap_ru()  argument
50 he->data1 |= HE_BITS(DATA1_BW_RU_ALLOC_KNOWN); in mt76_connac3_mac_decode_he_radiotap_ru()
51 he->data2 |= HE_BITS(DATA2_RU_OFFSET_KNOWN) | in mt76_connac3_mac_decode_he_radiotap_ru()
120 struct ieee80211_radiotap_he *he; in mt76_connac3_mac_decode_he_radiotap() local
124 he = skb_push(skb, sizeof(known)); in mt76_connac3_mac_decode_he_radiotap()
125 memcpy(he, &known, sizeof(known)); in mt76_connac3_mac_decode_he_radiotap()
127 he->data3 = HE_PREP(DATA3_BSS_COLOR, BSS_COLOR, rxv[9]) | in mt76_connac3_mac_decode_he_radiotap()
129 he->data4 = HE_PREP(DATA4_SU_MU_SPTL_REUSE, SR_MASK, rxv[13]); in mt76_connac3_mac_decode_he_radiotap()
130 he->data5 = HE_PREP(DATA5_PE_DISAMBIG, PE_DISAMBIG, rxv[5]) | in mt76_connac3_mac_decode_he_radiotap()
134 he->data5 |= HE_BITS(DATA5_TXBF); in mt76_connac3_mac_decode_he_radiotap()
135 he->data6 = HE_PREP(DATA6_TXOP, TXOP_DUR, rxv[9]) | in mt76_connac3_mac_decode_he_radiotap()
140 he->data1 |= HE_BITS(DATA1_FORMAT_SU) | in mt76_connac3_mac_decode_he_radiotap()
145 he->data3 |= HE_PREP(DATA3_BEAM_CHANGE, BEAM_CHNG, rxv[8]) | in mt76_connac3_mac_decode_he_radiotap()
149 he->data1 |= HE_BITS(DATA1_FORMAT_EXT_SU) | in mt76_connac3_mac_decode_he_radiotap()
153 he->data3 |= HE_PREP(DATA3_UL_DL, UPLINK, rxv[5]); in mt76_connac3_mac_decode_he_radiotap()
156 he->data1 |= HE_BITS(DATA1_FORMAT_MU) | in mt76_connac3_mac_decode_he_radiotap()
159 he->data3 |= HE_PREP(DATA3_UL_DL, UPLINK, rxv[5]); in mt76_connac3_mac_decode_he_radiotap()
160 he->data4 |= HE_PREP(DATA4_MU_STA_ID, MU_AID, rxv[8]); in mt76_connac3_mac_decode_he_radiotap()
162 mt76_connac3_mac_decode_he_radiotap_ru(status, he, rxv); in mt76_connac3_mac_decode_he_radiotap()
166 he->data1 |= HE_BITS(DATA1_FORMAT_TRIG) | in mt76_connac3_mac_decode_he_radiotap()
171 he->data4 |= HE_PREP(DATA4_TB_SPTL_REUSE1, SR_MASK, rxv[13]) | in mt76_connac3_mac_decode_he_radiotap()
176 mt76_connac3_mac_decode_he_radiotap_ru(status, he, rxv); in mt76_connac3_mac_decode_he_radiotap()