Searched refs:tclas_elem (Results 1 – 1 of 1) sorted by relevance
117 struct tclas_element *tclas_elem; in wpas_populate_scs_descriptor_ie() local139 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() local441 tclas_elem = desc_elem->tclas_elems; in allocate_scs_buf()[all …]