Searched refs:dpp_global (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.h | 24 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 …]
|
D | dpp.c | 37 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/ |
D | esp_dpp_i.h | 61 struct dpp_global *dpp_global; member
|
D | esp_dpp.c | 117 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/ |
D | test_dpp.c | 30 struct dpp_global { struct 59 struct dpp_global *dpp = dpp_global_init(&dpp_conf);
|