Searched refs:mesh_ad_types (Results 1 – 2 of 2) sorted by relevance
2156 memset(hdev->mesh_ad_types, 0, sizeof(hdev->mesh_ad_types)); in set_mesh_sync()2166 if (len <= sizeof(hdev->mesh_ad_types)) in set_mesh_sync()2167 memcpy(hdev->mesh_ad_types, cp->ad_types, len); in set_mesh_sync()10229 if (!hdev->mesh_ad_types[0]) in mesh_device_found()10235 for (j = 0; j < sizeof(hdev->mesh_ad_types); j++) { in mesh_device_found()10236 if (!hdev->mesh_ad_types[j]) in mesh_device_found()10239 if (hdev->mesh_ad_types[j] == eir[i + 1]) in mesh_device_found()10247 for (j = 0; j < sizeof(hdev->mesh_ad_types); j++) { in mesh_device_found()10248 if (!hdev->mesh_ad_types[j]) in mesh_device_found()10251 if (hdev->mesh_ad_types[j] == scan_rsp[i + 1]) in mesh_device_found()
376 __u8 mesh_ad_types[16]; member