Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/wpa_supplicant/src/common/
Ddpp.h211 struct dpp_configuration { struct
285 struct dpp_configuration *conf_ap;
286 struct dpp_configuration *conf2_ap;
287 struct dpp_configuration *conf_sta;
288 struct dpp_configuration *conf2_sta;
473 struct dpp_configuration * dpp_configuration_alloc(const char *type);
479 int dpp_configuration_valid(const struct dpp_configuration *conf);
480 void dpp_configuration_free(struct dpp_configuration *conf);
Ddpp.c3495 struct dpp_configuration * dpp_configuration_alloc(const char *type) in dpp_configuration_alloc()
3497 struct dpp_configuration *conf; in dpp_configuration_alloc()
3570 int dpp_configuration_valid(const struct dpp_configuration *conf) in dpp_configuration_valid()
3582 void dpp_configuration_free(struct dpp_configuration *conf) in dpp_configuration_free()
3596 struct dpp_configuration *conf_sta = NULL, *conf_ap = NULL; in dpp_configuration_parse_helper()
3597 struct dpp_configuration *conf = NULL; in dpp_configuration_parse_helper()
3848 struct dpp_configuration *conf, size_t tailroom) in dpp_build_conf_start()
3930 struct dpp_configuration *conf) in dpp_build_legacy_cred_params()
3986 struct dpp_configuration *conf) in dpp_build_conf_obj_dpp()
4191 struct dpp_configuration *conf) in dpp_build_conf_obj_legacy()
[all …]