Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp.h214 struct dpp_configuration { struct
311 struct dpp_configuration *conf_ap;
312 struct dpp_configuration *conf2_ap;
313 struct dpp_configuration *conf_sta;
314 struct dpp_configuration *conf2_sta;
549 struct dpp_configuration * dpp_configuration_alloc(const char *type);
555 int dpp_configuration_valid(const struct dpp_configuration *conf);
556 void dpp_configuration_free(struct dpp_configuration *conf);
Ddpp.c907 struct dpp_configuration * dpp_configuration_alloc(const char *type) in dpp_configuration_alloc()
909 struct dpp_configuration *conf; in dpp_configuration_alloc()
984 int dpp_configuration_valid(const struct dpp_configuration *conf) in dpp_configuration_valid()
996 void dpp_configuration_free(struct dpp_configuration *conf) in dpp_configuration_free()
1011 struct dpp_configuration *conf_sta = NULL, *conf_ap = NULL; in dpp_configuration_parse_helper()
1012 struct dpp_configuration *conf = NULL; in dpp_configuration_parse_helper()
1317 struct dpp_configuration *conf, size_t tailroom) in dpp_build_conf_start()
1399 struct dpp_configuration *conf) in dpp_build_legacy_cred_params()
1432 struct dpp_configuration *conf) in dpp_build_conf_obj_dpp()
1621 struct dpp_configuration *conf) in dpp_build_conf_obj_legacy()
[all …]