Lines Matching refs:dpp_global
22 struct dpp_global;
247 struct dpp_global *global;
521 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx);
523 struct dpp_authentication * dpp_auth_init(struct dpp_global *dpp, void *msg_ctx,
531 dpp_auth_req_rx(struct dpp_global *dpp, void *msg_ctx, u8 dpp_allowed_roles,
642 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp,
644 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp,
646 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
648 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id);
649 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id);
651 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
653 const char * dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id);
654 int dpp_bootstrap_info(struct dpp_global *dpp, int id,
656 int dpp_bootstrap_set(struct dpp_global *dpp, int id, const char *params);
657 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap,
661 struct dpp_bootstrap_info * dpp_bootstrap_find_chirp(struct dpp_global *dpp,
663 int dpp_configurator_add(struct dpp_global *dpp, const char *cmd);
664 int dpp_configurator_remove(struct dpp_global *dpp, const char *id);
665 int dpp_configurator_get_key_id(struct dpp_global *dpp, unsigned int id,
667 int dpp_configurator_from_backup(struct dpp_global *dpp,
669 struct dpp_configurator * dpp_configurator_find_kid(struct dpp_global *dpp,
671 int dpp_relay_add_controller(struct dpp_global *dpp,
673 int dpp_relay_rx_action(struct dpp_global *dpp, const u8 *src, const u8 *hdr,
676 int dpp_relay_rx_gas_req(struct dpp_global *dpp, const u8 *src, const u8 *data,
678 int dpp_controller_start(struct dpp_global *dpp,
680 void dpp_controller_stop(struct dpp_global *dpp);
681 struct dpp_authentication * dpp_controller_get_auth(struct dpp_global *dpp,
683 void dpp_controller_new_qr_code(struct dpp_global *dpp,
685 int dpp_tcp_init(struct dpp_global *dpp, struct dpp_authentication *auth,
701 struct dpp_global * dpp_global_init(struct dpp_global_config *config);
702 void dpp_global_clear(struct dpp_global *dpp);
703 void dpp_global_deinit(struct dpp_global *dpp);
713 dpp_reconfig_init(struct dpp_global *dpp, void *msg_ctx,
718 dpp_reconfig_auth_req_rx(struct dpp_global *dpp, void *msg_ctx,