Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hs20/client/
Doma_dm_client.c947 char *resp_uri = NULL; in oma_dm_send_recv() local
962 os_free(resp_uri); in oma_dm_send_recv()
963 resp_uri = NULL; in oma_dm_send_recv()
999 char *resp_uri = NULL; in oma_dm_process() local
1030 resp_uri = os_strdup(tmp); in oma_dm_process()
1041 if (resp_uri) in oma_dm_process()
1042 wpa_printf(MSG_INFO, "RespURI: %s", resp_uri); in oma_dm_process()
1044 syncml = oma_dm_build_hdr(ctx, resp_uri ? resp_uri : url, msgid); in oma_dm_process()
1046 os_free(resp_uri); in oma_dm_process()
1134 os_free(resp_uri); in oma_dm_process()
[all …]