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.h248 struct dpp_configuration { struct
350 struct dpp_configuration *conf_ap;
351 struct dpp_configuration *conf2_ap;
352 struct dpp_configuration *conf_sta;
353 struct dpp_configuration *conf2_sta;
626 struct dpp_configuration * dpp_configuration_alloc(const char *type);
632 int dpp_configuration_valid(const struct dpp_configuration *conf);
633 void dpp_configuration_free(struct dpp_configuration *conf);
Ddpp.c1059 struct dpp_configuration * dpp_configuration_alloc(const char *type) in dpp_configuration_alloc()
1061 struct dpp_configuration *conf; in dpp_configuration_alloc()
1136 int dpp_configuration_valid(const struct dpp_configuration *conf) in dpp_configuration_valid()
1148 void dpp_configuration_free(struct dpp_configuration *conf) in dpp_configuration_free()
1165 struct dpp_configuration *conf_sta = NULL, *conf_ap = NULL; in dpp_configuration_parse_helper()
1166 struct dpp_configuration *conf = NULL; in dpp_configuration_parse_helper()
1510 struct dpp_configuration *conf, size_t tailroom) in dpp_build_conf_start()
1593 struct dpp_configuration *conf) in dpp_build_legacy_cred_params()
1652 struct dpp_configuration *conf) in dpp_build_conf_obj_dpp()
1914 struct dpp_configuration *conf) in dpp_build_conf_obj_legacy()
[all …]