Searched refs:conf_sta (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.h229 struct dpp_configuration *conf_sta; member in struct:dpp_authentication
H A Ddpp.c4306 struct dpp_configuration *conf_sta = NULL, *conf_ap = NULL; local
4311 conf_sta = dpp_configuration_alloc(pos + 10);
4312 if (!conf_sta)
4314 conf = conf_sta;
4399 auth->conf_sta = conf_sta;
4404 dpp_configuration_free(conf_sta);
4463 dpp_configuration_free(auth->conf_sta);
4830 conf = ap ? auth->conf_ap : auth->conf_sta;

Completed in 112 milliseconds