Searched refs:bootstrap (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 39 struct dl_list bootstrap; /* struct dpp_bootstrap_info */ member 6015 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_next_id() 6030 dl_list_for_each_safe(bi, tmp, &dpp->bootstrap, in dpp_bootstrap_del() 6059 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_add_qr_code() 6078 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_add_nfc_uri() 6152 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_bootstrap_gen() 6176 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_bootstrap_get_id() 6247 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_bootstrap_find_pair() 6382 dl_list_init(&dpp->bootstrap); in dpp_global_init()
|
/hal_espressif-latest/components/esp_system/ |
D | Kconfig | 86 we bootstrap it with a 32kHz square wave for a fixed number of cycles.
|