Lines Matching refs:dpp_global
73 struct dpp_global { struct
4318 dpp_configurator_get_id(struct dpp_global *dpp, unsigned int id) in dpp_configurator_get_id()
4334 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx, in dpp_set_configurator()
8324 static unsigned int dpp_next_id(struct dpp_global *dpp) in dpp_next_id()
8337 static int dpp_bootstrap_del(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_del()
8360 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp, in dpp_add_qr_code()
8378 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) in dpp_bootstrap_gen()
8463 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_get_id()
8478 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id) in dpp_bootstrap_remove()
8495 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer, in dpp_pkex_finish()
8521 const char * dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_get_uri()
8532 int dpp_bootstrap_info(struct dpp_global *dpp, int id, in dpp_bootstrap_info()
8553 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, in dpp_bootstrap_find_pair()
8589 static unsigned int dpp_next_configurator_id(struct dpp_global *dpp) in dpp_next_configurator_id()
8603 int dpp_configurator_add(struct dpp_global *dpp, const char *cmd) in dpp_configurator_add()
8640 static int dpp_configurator_del(struct dpp_global *dpp, unsigned int id) in dpp_configurator_del()
8663 int dpp_configurator_remove(struct dpp_global *dpp, const char *id) in dpp_configurator_remove()
8679 int dpp_configurator_get_key_id(struct dpp_global *dpp, unsigned int id, in dpp_configurator_get_key_id()
8692 struct dpp_global * dpp_global_init(void) in dpp_global_init()
8694 struct dpp_global *dpp; in dpp_global_init()
8707 void dpp_global_clear(struct dpp_global *dpp) in dpp_global_clear()
8717 void dpp_global_deinit(struct dpp_global *dpp) in dpp_global_deinit()