Lines Matching refs:dpp_global
37 struct dpp_global { struct
3755 dpp_configurator_get_id(struct dpp_global *dpp, unsigned int id) in dpp_configurator_get_id()
3771 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx, in dpp_set_configurator()
6010 static unsigned int dpp_next_id(struct dpp_global *dpp) in dpp_next_id()
6022 static int dpp_bootstrap_del(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_del()
6045 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp, in dpp_add_qr_code()
6064 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp, in dpp_add_nfc_uri()
6083 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) in dpp_bootstrap_gen()
6169 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_get_id()
6184 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id) in dpp_bootstrap_remove()
6199 const char * dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_get_uri()
6209 int dpp_get_bootstrap_info(struct dpp_global *dpp, int id, in dpp_get_bootstrap_info()
6235 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap, in dpp_bootstrap_find_pair()
6271 static unsigned int dpp_next_configurator_id(struct dpp_global *dpp) in dpp_next_configurator_id()
6285 int dpp_configurator_add(struct dpp_global *dpp, const char *cmd) in dpp_configurator_add()
6322 static int dpp_configurator_del(struct dpp_global *dpp, unsigned int id) in dpp_configurator_del()
6345 int dpp_configurator_remove(struct dpp_global *dpp, const char *id) in dpp_configurator_remove()
6361 int dpp_configurator_get_key_id(struct dpp_global *dpp, unsigned int id, in dpp_configurator_get_key_id()
6373 struct dpp_global * dpp_global_init(struct dpp_global_config *config) in dpp_global_init()
6375 struct dpp_global *dpp; in dpp_global_init()
6389 void dpp_global_clear(struct dpp_global *dpp) in dpp_global_clear()
6399 void dpp_global_deinit(struct dpp_global *dpp) in dpp_global_deinit()