Searched refs:add_mo (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hs20/client/
H A Dspp_client.c375 static int hs20_add_mo(struct hs20_osu_client *ctx, xml_node_t *add_mo, argument
381 debug_dump_node(ctx, "Received addMO", add_mo);
383 urn = get_spp_attr_value(ctx->xml, add_mo, "moURN");
396 uri = get_spp_attr_value(ctx->xml, add_mo, "managementTreeURI");
403 ret = hs20_add_pps_mo(ctx, uri, add_mo, fname, fname_len);
411 xml_node_t *add_mo)
416 debug_dump_node(ctx, "addMO", add_mo);
420 if (hs20_add_mo(ctx, add_mo, fname, sizeof(fname)) < 0) {
605 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; local
637 if (!add_mo
409 process_spp_user_input_response(struct hs20_osu_client *ctx, const char *session_id, xml_node_t *add_mo) argument
[all...]
H A Dosu_client.h66 xml_node_t *add_mo, char *fname, size_t fname_len);
H A Dosu_client.c519 xml_node_t *add_mo, char *fname, size_t fname_len)
608 str = xml_node_get_text(ctx->xml, add_mo);
518 hs20_add_pps_mo(struct hs20_osu_client *ctx, const char *uri, xml_node_t *add_mo, char *fname, size_t fname_len) argument

Completed in 132 milliseconds