Searched refs:mesh_ad_types (Results 1 – 2 of 2) sorted by relevance
2212 sizeof(hdev->mesh_ad_types)); in set_mesh_sync()2227 memset(hdev->mesh_ad_types, 0, sizeof(hdev->mesh_ad_types)); in set_mesh_sync()2240 if (len <= sizeof(hdev->mesh_ad_types)) in set_mesh_sync()2241 memcpy(hdev->mesh_ad_types, cp->ad_types, len); in set_mesh_sync()10381 if (!hdev->mesh_ad_types[0]) in mesh_device_found()10387 for (j = 0; j < sizeof(hdev->mesh_ad_types); j++) { in mesh_device_found()10388 if (!hdev->mesh_ad_types[j]) in mesh_device_found()10391 if (hdev->mesh_ad_types[j] == eir[i + 1]) in mesh_device_found()10399 for (j = 0; j < sizeof(hdev->mesh_ad_types); j++) { in mesh_device_found()10400 if (!hdev->mesh_ad_types[j]) in mesh_device_found()[all …]
386 __u8 mesh_ad_types[16]; member