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