Searched refs:omac (Results 1 – 1 of 1) sorted by relevance
328 struct bss_info_omac *omac; in mt76_connac_mcu_bss_omac_tlv() local355 tlv = mt76_connac_mcu_add_tlv(skb, BSS_INFO_OMAC, sizeof(*omac)); in mt76_connac_mcu_bss_omac_tlv()357 omac = (struct bss_info_omac *)tlv; in mt76_connac_mcu_bss_omac_tlv()358 omac->conn_type = cpu_to_le32(type); in mt76_connac_mcu_bss_omac_tlv()359 omac->omac_idx = mvif->omac_idx; in mt76_connac_mcu_bss_omac_tlv()360 omac->band_idx = mvif->band_idx; in mt76_connac_mcu_bss_omac_tlv()361 omac->hw_bss_idx = omac_idx > EXT_BSSID_START ? HW_BSSID_0 : omac_idx; in mt76_connac_mcu_bss_omac_tlv()