Lines Matching refs:dpp_global
24 struct dpp_global;
481 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx,
562 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp,
564 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp,
566 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
568 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id);
569 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id);
571 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
573 const char * dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id);
574 int dpp_bootstrap_info(struct dpp_global *dpp, int id,
576 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap,
586 struct dpp_global * dpp_global_init(struct dpp_global_config *config);
587 void dpp_global_clear(struct dpp_global *dpp);
588 void dpp_global_deinit(struct dpp_global *dpp);