Searched defs:dpp (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 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() 5226 int dpp = 0, psk = 0, sae = 0; in dpp_akm_from_str() local 6007 static unsigned int dpp_next_id(struct dpp_global *dpp) in dpp_next_id() 6019 static int dpp_bootstrap_del(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_del() 6042 struct dpp_bootstrap_info * dpp_add_qr_code(struct dpp_global *dpp, in dpp_add_qr_code() 6061 struct dpp_bootstrap_info * dpp_add_nfc_uri(struct dpp_global *dpp, in dpp_add_nfc_uri() 6080 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) in dpp_bootstrap_gen() 6166 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_get_id() 6181 int dpp_bootstrap_remove(struct dpp_global *dpp, const char *id) in dpp_bootstrap_remove() [all …]
|
/hal_espressif-3.7.0/components/wpa_supplicant/test/ |
D | test_dpp.c | 50 struct dpp_global *dpp = dpp_global_init(&dpp_conf); variable
|