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

/freebsd-current/contrib/wpa/src/common/
H A Ddpp.h217 struct dpp_configuration { struct
313 struct dpp_configuration *conf_ap;
314 struct dpp_configuration *conf2_ap;
315 struct dpp_configuration *conf_sta;
316 struct dpp_configuration *conf2_sta;
552 struct dpp_configuration * dpp_configuration_alloc(const char *type);
558 int dpp_configuration_valid(const struct dpp_configuration *conf);
559 void dpp_configuration_free(struct dpp_configuration *conf);
H A Ddpp.c894 struct dpp_configuration * dpp_configuration_alloc(const char *type)
896 struct dpp_configuration *conf;
971 int dpp_configuration_valid(const struct dpp_configuration *conf)
983 void dpp_configuration_free(struct dpp_configuration *conf)
998 struct dpp_configuration *conf_sta = NULL, *conf_ap = NULL;
999 struct dpp_configuration *conf = NULL;
1304 struct dpp_configuration *conf, size_t tailroom)
1387 struct dpp_configuration *conf)
1420 struct dpp_configuration *conf)
1613 struct dpp_configuration *con
[all...]

Completed in 168 milliseconds