Lines Matching defs:config
4607 "DPP: No configurator specified - cannot generate DPP config object");
4994 dpp_auth_fail(auth, "Invalid attribute in config request");
5926 dpp_auth_fail(auth, "Invalid attribute in config response");
8783 struct dpp_global * dpp_global_init(struct dpp_global_config *config)
8790 dpp->msg_ctx = config->msg_ctx;
8792 dpp->cb_ctx = config->cb_ctx;
8793 dpp->process_conf_obj = config->process_conf_obj;
8838 struct dpp_relay_config *config)
8850 os_memcpy(&ctrl->ipaddr, config->ipaddr, sizeof(*config->ipaddr));
8851 os_memcpy(ctrl->pkhash, config->pkhash, SHA256_MAC_LEN);
8852 ctrl->cb_ctx = config->cb_ctx;
8853 ctrl->tx = config->tx;
8854 ctrl->gas_resp_tx = config->gas_resp_tx;
9981 struct dpp_controller_config *config)
9995 if (config->configurator_params)
9997 os_strdup(config->configurator_params);
10025 port = config->tcp_port ? config->tcp_port : DPP_TCP_PORT;