Searched refs:dpp_configuration (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.h160 struct dpp_configuration { struct
228 struct dpp_configuration *conf_ap;
229 struct dpp_configuration *conf_sta;
420 struct dpp_configuration * dpp_configuration_alloc(const char *type);
426 int dpp_configuration_valid(const struct dpp_configuration *conf);
427 void dpp_configuration_free(struct dpp_configuration *conf);
H A Ddpp.c4205 struct dpp_configuration * dpp_configuration_alloc(const char *type)
4207 struct dpp_configuration *conf;
4280 int dpp_configuration_valid(const struct dpp_configuration *conf)
4292 void dpp_configuration_free(struct dpp_configuration *conf)
4306 struct dpp_configuration *conf_sta = NULL, *conf_ap = NULL;
4307 struct dpp_configuration *conf = NULL;
4484 struct dpp_configuration *conf, size_t tailroom)
4558 struct dpp_configuration *conf)
4584 struct dpp_configuration *conf)
4798 struct dpp_configuration *con
[all...]

Completed in 64 milliseconds