Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.h24 struct dpp_global;
481 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,
[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()
6010 static unsigned int dpp_next_id(struct dpp_global *dpp) in dpp_next_id()
6022 static int dpp_bootstrap_del(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_del()
6045 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp, in dpp_add_qr_code()
6064 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp, in dpp_add_nfc_uri()
6083 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) in dpp_bootstrap_gen()
6169 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_get_id()
6184 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id) in dpp_bootstrap_remove()
[all …]
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c164 own_bi = dpp_bootstrap_get_id(s_dpp_ctx.dpp_global, s_dpp_ctx.id); in esp_dpp_rx_auth_req()
403 if (s_dpp_ctx.dpp_global) { in esp_dpp_task()
404 dpp_global_deinit(s_dpp_ctx.dpp_global); in esp_dpp_task()
405 s_dpp_ctx.dpp_global = NULL; in esp_dpp_task()
418 s_dpp_ctx.id = dpp_bootstrap_gen(s_dpp_ctx.dpp_global, command); in esp_dpp_task()
419 uri = dpp_bootstrap_get_uri(s_dpp_ctx.dpp_global, s_dpp_ctx.id); in esp_dpp_task()
598 if (!s_dpp_ctx.dpp_global) { in esp_supp_dpp_bootstrap_gen()
670 if (!s_dpp_ctx.dpp_global || s_dpp_ctx.id < 1) { in esp_supp_dpp_start_listen()
691 return (s_dpp_ctx.dpp_global ? true : false); in is_dpp_enabled()
707 if (s_dpp_ctx.dpp_global) { in esp_supp_dpp_init()
[all …]
Desp_dpp_i.h52 struct dpp_global *dpp_global; member