Home
last modified time | relevance | path

Searched refs:pps (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/hs20/client/
Doma_dm_client.c501 xml_node_t *add, xml_node_t *pps, in oma_dm_run_add() argument
540 pps_node = get_node(ctx->xml, pps, pos); in oma_dm_run_add()
554 pps_node = get_node(ctx->xml, pps, uri); in oma_dm_run_add()
563 pps_node = pps; in oma_dm_run_add()
647 if (update_pps_file(ctx, pps_fname, pps) < 0) in oma_dm_run_add()
657 xml_node_t *pps, const char *pps_fname) in oma_dm_add() argument
689 ret = oma_dm_run_add(ctx, locuri, add, pps, pps_fname); in oma_dm_add()
725 xml_node_t *pps, const char *pps_fname) in oma_dm_replace() argument
770 pps_node = get_node(ctx->xml, pps, pos); in oma_dm_replace()
836 if (update_pps_file(ctx, pps_fname, pps) < 0) in oma_dm_replace()
[all …]
Dosu_client.h70 void get_user_pw(struct hs20_osu_client *ctx, xml_node_t *pps,
73 xml_node_t *pps);
83 xml_node_t *pps);
88 xml_node_t *pps);
101 xml_node_t *pps);
106 xml_node_t *pps);
Dosu_client.c398 xml_node_t *pps, *node; in cmd_dl_osu_ca() local
401 pps = node_from_file(ctx->xml, pps_fname); in cmd_dl_osu_ca()
402 if (pps == NULL) { in cmd_dl_osu_ca()
407 node = get_child_node(ctx->xml, pps, in cmd_dl_osu_ca()
411 xml_node_free(ctx->xml, pps); in cmd_dl_osu_ca()
416 xml_node_free(ctx->xml, pps); in cmd_dl_osu_ca()
425 xml_node_t *pps, *node; in cmd_dl_polupd_ca() local
428 pps = node_from_file(ctx->xml, pps_fname); in cmd_dl_polupd_ca()
429 if (pps == NULL) { in cmd_dl_polupd_ca()
434 node = get_child_node(ctx->xml, pps, in cmd_dl_polupd_ca()
[all …]
Dspp_client.c147 static int process_update_node(struct hs20_osu_client *ctx, xml_node_t *pps, in process_update_node() argument
263 node = get_node(ctx->xml, pps, pos); in process_update_node()
272 parent = pps; in process_update_node()
275 parent = get_node(ctx->xml, pps, pos); in process_update_node()
294 const char *pps_fname, xml_node_t *pps) in update_pps() argument
299 if (process_update_node(ctx, pps, update) < 0) in update_pps()
303 return update_pps_file(ctx, pps_fname, pps); in update_pps()
513 xml_node_t *pps, xml_node_t **ret_node) in hs20_spp_exec() argument
600 const char *pps_fname, xml_node_t *pps) in process_spp_post_dev_data_response() argument
652 res = update_pps(ctx, update, pps_fname, pps); in process_spp_post_dev_data_response()
[all …]
/hostap-latest/hs20/server/
Dspp_server.c1453 xml_node_t *pps, *c, *trust, *aaa, *aaa1, *upd, *homesp, *p; in build_pps() local
1456 pps = xml_node_create_root(ctx->xml, NULL, NULL, NULL, in build_pps()
1458 if (!pps) { in build_pps()
1463 add_text_node(ctx, pps, "UpdateIdentifier", "1"); in build_pps()
1465 c = xml_node_create(ctx->xml, pps, NULL, "Cred01"); in build_pps()
1525 xml_node_free(ctx->xml, pps); in build_pps()
1569 return pps; in build_pps()
1628 xml_node_t *pps, *tnds; in hs20_user_input_registration() local
1694 pps = build_pps(ctx, user, realm, pw, in hs20_user_input_registration()
1699 if (!pps) { in hs20_user_input_registration()
[all …]
Dsql.txt20 pps TEXT,
53 pps TEXT,
/hostap-latest/src/ap/
Dwmm.c215 unsigned int pps, duration; in wmm_process_tspec() local
242 pps = ((le_to_host32(tspec->mean_data_rate) / 8) + val - 1) / val; in wmm_process_tspec()
244 pps); in wmm_process_tspec()
264 medium_time = (u64) surplus * pps * duration / 0x2000; in wmm_process_tspec()