Lines Matching full:devid
2914 xml_node_t *devinfo, *devid;
2928 devid = get_node(ctx->xml, devinfo, "DevId");
2929 if (devid) {
2930 char *tmp = xml_node_get_text(ctx->xml, devid);
2932 ctx->devid = os_strdup(tmp);
2938 if (ctx->devid == NULL) {
2939 wpa_printf(MSG_ERROR, "Could not fetch DevId from devinfo.xml");
2963 os_free(ctx->devid);