Lines Matching refs:dpp
586 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx);
588 struct dpp_authentication * dpp_auth_init(struct dpp_global *dpp, void *msg_ctx,
596 dpp_auth_req_rx(struct dpp_global *dpp, void *msg_ctx, u8 dpp_allowed_roles,
616 void dpp_controller_pkex_add(struct dpp_global *dpp,
619 bool dpp_controller_is_own_pkex_req(struct dpp_global *dpp,
720 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp,
722 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp,
724 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
726 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id);
727 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id);
729 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
731 const char * dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id);
732 int dpp_bootstrap_info(struct dpp_global *dpp, int id,
734 int dpp_bootstrap_set(struct dpp_global *dpp, int id, const char *params);
735 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap,
739 struct dpp_bootstrap_info * dpp_bootstrap_find_chirp(struct dpp_global *dpp,
741 int dpp_configurator_add(struct dpp_global *dpp, const char *cmd);
742 int dpp_configurator_set(struct dpp_global *dpp, const char *cmd);
743 int dpp_configurator_remove(struct dpp_global *dpp, const char *id);
744 int dpp_configurator_get_key_id(struct dpp_global *dpp, unsigned int id,
746 int dpp_configurator_from_backup(struct dpp_global *dpp,
748 struct dpp_configurator * dpp_configurator_find_kid(struct dpp_global *dpp,
750 int dpp_relay_add_controller(struct dpp_global *dpp,
752 void dpp_relay_remove_controller(struct dpp_global *dpp,
754 int dpp_relay_listen(struct dpp_global *dpp, int port,
756 void dpp_relay_stop_listen(struct dpp_global *dpp);
757 int dpp_relay_rx_action(struct dpp_global *dpp, const u8 *src, const u8 *hdr,
761 int dpp_relay_rx_gas_req(struct dpp_global *dpp, const u8 *src, const u8 *data,
763 bool dpp_relay_controller_available(struct dpp_global *dpp);
764 int dpp_controller_start(struct dpp_global *dpp,
766 int dpp_controller_set_params(struct dpp_global *dpp,
768 void dpp_controller_stop(struct dpp_global *dpp);
769 void dpp_controller_stop_for_ctx(struct dpp_global *dpp, void *cb_ctx);
770 struct dpp_authentication * dpp_controller_get_auth(struct dpp_global *dpp,
772 void dpp_controller_new_qr_code(struct dpp_global *dpp,
774 int dpp_tcp_pkex_init(struct dpp_global *dpp, struct dpp_pkex *pkex,
779 int dpp_tcp_init(struct dpp_global *dpp, struct dpp_authentication *auth,
790 int dpp_tcp_auth(struct dpp_global *dpp, void *_conn,
799 bool dpp_tcp_conn_status_requested(struct dpp_global *dpp);
800 void dpp_tcp_send_conn_status(struct dpp_global *dpp,
821 void dpp_global_clear(struct dpp_global *dpp);
822 void dpp_global_deinit(struct dpp_global *dpp);
833 dpp_reconfig_init(struct dpp_global *dpp, void *msg_ctx,
838 dpp_reconfig_auth_req_rx(struct dpp_global *dpp, void *msg_ctx,