Searched refs:type10_param (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | robust_av.c | 87 static int wpas_populate_type10_classifier(struct type10_params *type10_param, in wpas_populate_type10_classifier() argument 91 wpabuf_put_u8(buf, type10_param->prot_instance); in wpas_populate_type10_classifier() 92 wpabuf_put_u8(buf, type10_param->prot_number); in wpas_populate_type10_classifier() 93 wpabuf_put_data(buf, type10_param->filter_value, in wpas_populate_type10_classifier() 94 type10_param->filter_len); in wpas_populate_type10_classifier() 95 wpabuf_put_data(buf, type10_param->filter_mask, in wpas_populate_type10_classifier() 96 type10_param->filter_len); in wpas_populate_type10_classifier() 163 &tclas_elem->frame_classifier.type10_param, in wpas_populate_scs_descriptor_ie() 285 filter_len = src->frame_classifier.type10_param.filter_len; in populate_type10_classifier_data() 289 t10_param = &dst->frame_classifier.type10_param; in populate_type10_classifier_data() [all …]
|
| H A D | wpa_supplicant_i.h | 613 struct type10_params type10_param; member
|
| H A D | ctrl_iface.c | 12161 struct type10_params type10_param = { 0 }; in scs_parse_type10() local 12163 if (set_type10_frame_classifier(pos, &type10_param) == -1) { in scs_parse_type10() 12168 os_memcpy(&elem->frame_classifier.type10_param, in scs_parse_type10() 12169 &type10_param, sizeof(struct type10_params)); in scs_parse_type10()
|