Lines Matching refs:dpp
428 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx,
498 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp,
500 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
502 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id);
503 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id);
505 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
507 const char * dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id);
508 int dpp_bootstrap_info(struct dpp_global *dpp, int id,
510 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap,
514 int dpp_configurator_add(struct dpp_global *dpp, const char *cmd);
515 int dpp_configurator_remove(struct dpp_global *dpp, const char *id);
516 int dpp_configurator_get_key_id(struct dpp_global *dpp, unsigned int id,
518 int dpp_relay_add_controller(struct dpp_global *dpp,
520 int dpp_relay_rx_action(struct dpp_global *dpp, const u8 *src, const u8 *hdr,
523 int dpp_relay_rx_gas_req(struct dpp_global *dpp, const u8 *src, const u8 *data,
525 int dpp_controller_start(struct dpp_global *dpp,
527 void dpp_controller_stop(struct dpp_global *dpp);
528 int dpp_tcp_init(struct dpp_global *dpp, struct dpp_authentication *auth,
538 void dpp_global_clear(struct dpp_global *dpp);
539 void dpp_global_deinit(struct dpp_global *dpp);