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.c941 char *resp_uri = NULL; in oma_dm_send_recv() local
956 os_free(resp_uri); in oma_dm_send_recv()
957 resp_uri = NULL; in oma_dm_send_recv()
993 char *resp_uri = NULL; in oma_dm_process() local
1024 resp_uri = os_strdup(tmp); in oma_dm_process()
1035 if (resp_uri) in oma_dm_process()
1036 wpa_printf(MSG_INFO, "RespURI: %s", resp_uri); in oma_dm_process()
1038 syncml = oma_dm_build_hdr(ctx, resp_uri ? resp_uri : url, msgid); in oma_dm_process()
1040 os_free(resp_uri); in oma_dm_process()
1128 os_free(resp_uri); in oma_dm_process()
[all …]