Home
last modified time | relevance | path

Searched refs:dpp (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.h481 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx,
562 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp,
564 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp,
566 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
568 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id);
569 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id);
571 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
573 const char * dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id);
574 int dpp_bootstrap_info(struct dpp_global *dpp, int id,
576 void dpp_bootstrap_find_pair(struct dpp_global *dpp, const u8 *i_bootstrap,
[all …]
Ddpp.c3755 dpp_configurator_get_id(struct dpp_global *dpp, unsigned int id) in dpp_configurator_get_id() argument
3759 if (!dpp) in dpp_configurator_get_id()
3762 dl_list_for_each(conf, &dpp->configurator, in dpp_configurator_get_id()
3771 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx, in dpp_set_configurator() argument
3785 auth->conf = dpp_configurator_get_id(dpp, atoi(pos)); in dpp_set_configurator()
5229 int dpp = 0, psk = 0, sae = 0; in dpp_akm_from_str() local
5249 dpp = 1; in dpp_akm_from_str()
5262 if (dpp && psk && sae) in dpp_akm_from_str()
5264 if (dpp && sae) in dpp_akm_from_str()
5266 if (dpp) in dpp_akm_from_str()
[all …]
/hal_espressif-latest/components/wpa_supplicant/
DCMakeLists.txt199 set(dpp_src "src/common/dpp.c"