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

/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.h228 struct dpp_configuration *conf_ap; member in struct:dpp_authentication
H A Ddpp.c4306 struct dpp_configuration *conf_sta = NULL, *conf_ap = NULL; local
4319 conf_ap = dpp_configuration_alloc(pos + 9);
4320 if (!conf_ap)
4322 conf = conf_ap;
4400 auth->conf_ap = conf_ap;
4405 dpp_configuration_free(conf_ap);
4462 dpp_configuration_free(auth->conf_ap);
4830 conf = ap ? auth->conf_ap : auth->conf_sta;

Completed in 65 milliseconds