Lines Matching refs:tclas_elem
117 struct tclas_element *tclas_elem; in wpas_populate_scs_descriptor_ie() local
139 tclas_elem = desc_elem->tclas_elems; in wpas_populate_scs_descriptor_ie()
141 if (!tclas_elem) in wpas_populate_scs_descriptor_ie()
144 for (i = 0; i < desc_elem->num_tclas_elem; i++, tclas_elem++) { in wpas_populate_scs_descriptor_ie()
152 wpabuf_put_u8(buf, tclas_elem->classifier_type); in wpas_populate_scs_descriptor_ie()
154 switch (tclas_elem->classifier_type) { in wpas_populate_scs_descriptor_ie()
157 &tclas_elem->frame_classifier.type4_param, in wpas_populate_scs_descriptor_ie()
162 &tclas_elem->frame_classifier.type10_param, in wpas_populate_scs_descriptor_ie()
422 struct tclas_element *tclas_elem; in allocate_scs_buf() local
441 tclas_elem = desc_elem->tclas_elems; in allocate_scs_buf()
442 if (!tclas_elem) { in allocate_scs_buf()
448 for (j = 0; j < desc_elem->num_tclas_elem; j++, tclas_elem++) { in allocate_scs_buf()
451 elen = tclas_elem_len(tclas_elem); in allocate_scs_buf()