Home | History | Annotate | Download | only in client

Lines Matching full:const

33 	const char *result_file;
34 const char *summary_file;
35 const char *ifname;
36 const char *ca_fname;
57 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...)
59 void write_summary(struct hs20_osu_client *ctx, const char *fmt, ...)
62 void debug_dump_node(struct hs20_osu_client *ctx, const char *title,
65 int hs20_add_pps_mo(struct hs20_osu_client *ctx, const char *uri,
68 const char *alt_loc, char **user, char **pw);
69 int update_pps_file(struct hs20_osu_client *ctx, const char *pps_fname,
71 void cmd_set_pps(struct hs20_osu_client *ctx, const char *pps_fname);
76 void spp_sub_rem(struct hs20_osu_client *ctx, const char *address,
77 const char *pps_fname,
78 const char *client_cert, const char *client_key,
79 const char *cred_username, const char *cred_password,
81 void spp_pol_upd(struct hs20_osu_client *ctx, const char *address,
82 const char *pps_fname,
83 const char *client_cert, const char *client_key,
84 const char *cred_username, const char *cred_password,
86 int cmd_prov(struct hs20_osu_client *ctx, const char *url);
87 int cmd_sim_prov(struct hs20_osu_client *ctx, const char *url);
92 int cmd_oma_dm_prov(struct hs20_osu_client *ctx, const char *url);
93 int cmd_oma_dm_sim_prov(struct hs20_osu_client *ctx, const char *url);
94 void oma_dm_sub_rem(struct hs20_osu_client *ctx, const char *address,
95 const char *pps_fname,
96 const char *client_cert, const char *client_key,
97 const char *cred_username, const char *cred_password,
99 void oma_dm_pol_upd(struct hs20_osu_client *ctx, const char *address,
100 const char *pps_fname,
101 const char *client_cert, const char *client_key,
102 const char *cred_username, const char *cred_password,
104 void cmd_oma_dm_sub_rem(struct hs20_osu_client *ctx, const char *address,
105 const char *pps_fname);
106 void cmd_oma_dm_add(struct hs20_osu_client *ctx, const char *pps_fname,
107 const char *add_fname);
108 void cmd_oma_dm_replace(struct hs20_osu_client *ctx, const char *pps_fname,
109 const char *replace_fname);
113 int est_load_cacerts(struct hs20_osu_client *ctx, const char *url);
114 int est_build_csr(struct hs20_osu_client *ctx, const char *url);
115 int est_simple_enroll(struct hs20_osu_client *ctx, const char *url,
116 const char *user, const char *pw);