Home
last modified time | relevance | path

Searched refs:devdetail (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/hs20/server/
Dsql.txt23 devdetail TEXT,
52 devdetail TEXT,
Dspp_server.c2079 xml_node_t *ret = NULL, *devinfo = NULL, *devdetail = NULL; in hs20_spp_post_dev_data() local
2168 devdetail = spp_get_mo(ctx, node, URN_OMA_DM_DEVDETAIL, &valid, &err); in hs20_spp_post_dev_data()
2169 if (devdetail == NULL) { in hs20_spp_post_dev_data()
2180 "Received DevDetail MO", devdetail); in hs20_spp_post_dev_data()
2193 macaddr = get_node(ctx->xml, devdetail, in hs20_spp_post_dev_data()
2215 db_update_mo(ctx, user, realm, "devdetail", devdetail); in hs20_spp_post_dev_data()
2323 db_add_session_devdetail(ctx, session_id, devdetail); in hs20_spp_post_dev_data()
2364 if (devdetail) in hs20_spp_post_dev_data()
2365 xml_node_free(ctx->xml, devdetail); in hs20_spp_post_dev_data()