• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/wpa/hs20/client/

Lines Matching defs:hs20_osu_client

27 struct hs20_osu_client {
58 void write_result(struct hs20_osu_client *ctx, const char *fmt, ...)
60 void write_summary(struct hs20_osu_client *ctx, const char *fmt, ...)
63 void debug_dump_node(struct hs20_osu_client *ctx, const char *title,
65 int osu_get_certificate(struct hs20_osu_client *ctx, xml_node_t *getcert);
66 int hs20_add_pps_mo(struct hs20_osu_client *ctx, const char *uri,
68 void get_user_pw(struct hs20_osu_client *ctx, xml_node_t *pps,
70 int update_pps_file(struct hs20_osu_client *ctx, const char *pps_fname,
72 void cmd_set_pps(struct hs20_osu_client *ctx, const char *pps_fname);
77 void spp_sub_rem(struct hs20_osu_client *ctx, const char *address,
82 void spp_pol_upd(struct hs20_osu_client *ctx, const char *address,
87 int cmd_prov(struct hs20_osu_client *ctx, const char *url);
88 int cmd_sim_prov(struct hs20_osu_client *ctx, const char *url);
93 int cmd_oma_dm_prov(struct hs20_osu_client *ctx, const char *url);
94 int cmd_oma_dm_sim_prov(struct hs20_osu_client *ctx, const char *url);
95 void oma_dm_sub_rem(struct hs20_osu_client *ctx, const char *address,
100 void oma_dm_pol_upd(struct hs20_osu_client *ctx, const char *address,
105 void cmd_oma_dm_sub_rem(struct hs20_osu_client *ctx, const char *address,
107 void cmd_oma_dm_add(struct hs20_osu_client *ctx, const char *pps_fname,
109 void cmd_oma_dm_replace(struct hs20_osu_client *ctx, const char *pps_fname,
114 int est_load_cacerts(struct hs20_osu_client *ctx, const char *url);
115 int est_build_csr(struct hs20_osu_client *ctx, const char *url);
116 int est_simple_enroll(struct hs20_osu_client *ctx, const char *url,