Home
last modified time | relevance | path

Searched refs:dpp_global (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/src/common/
Ddpp.h24 struct dpp_global;
482 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx,
563 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp,
565 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp,
567 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
569 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id);
570 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id);
572 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
574 const char * dpp_bootstrap_get_uri(struct dpp_global *dpp, unsigned int id);
575 int dpp_bootstrap_info(struct dpp_global *dpp, int id,
[all …]
Ddpp.c37 struct dpp_global { struct
3755 dpp_configurator_get_id(struct dpp_global *dpp, unsigned int id) in dpp_configurator_get_id()
3771 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx, in dpp_set_configurator()
6005 static unsigned int dpp_next_id(struct dpp_global *dpp) in dpp_next_id()
6017 static int dpp_bootstrap_del(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_del()
6040 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp, in dpp_add_qr_code()
6059 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp, in dpp_add_nfc_uri()
6078 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) in dpp_bootstrap_gen()
6164 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_get_id()
6179 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id) in dpp_bootstrap_remove()
[all …]
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp_i.h61 struct dpp_global *dpp_global; member
Desp_dpp.c117 own_bi = dpp_bootstrap_get_id(s_dpp_ctx.dpp_global, s_dpp_ctx.id); in esp_dpp_rx_auth_req()
348 s_dpp_ctx.id = dpp_bootstrap_gen(s_dpp_ctx.dpp_global, command); in esp_dpp_task()
349 uri = dpp_bootstrap_get_uri(s_dpp_ctx.dpp_global, s_dpp_ctx.id); in esp_dpp_task()
615 s_dpp_ctx.dpp_global = dpp_global_init(&cfg); in esp_supp_dpp_init()
656 dpp_global_deinit(s_dpp_ctx.dpp_global); in esp_supp_dpp_deinit()
/hal_espressif-3.6.0/components/wpa_supplicant/test/
Dtest_dpp.c30 struct dpp_global { struct
59 struct dpp_global *dpp = dpp_global_init(&dpp_conf);