Searched refs:bootstrap (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | README-DPP | 112 Get URI for the QR Code of device using the bootstrap info id. 113 > dpp_bootstrap_get_uri <bootstrap-id>
|
/hostap-latest/src/common/ |
D | dpp_i.h | 18 struct dl_list bootstrap; /* struct dpp_bootstrap_info */ member
|
D | dpp.c | 1963 dl_list_add(&auth->global->bootstrap, &bi->list); in dpp_get_peer_bi_id() 4325 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_next_id() 4341 dl_list_for_each_safe(bi, tmp, &dpp->bootstrap, in dpp_bootstrap_del() 4374 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_add_qr_code() 4393 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_add_nfc_uri() 4486 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_bootstrap_gen() 4510 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_bootstrap_get_id() 4652 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_bootstrap_find_pair() 4684 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_bootstrap_find_chirp() 5012 dl_list_init(&dpp->bootstrap); in dpp_global_init()
|
D | dpp_pkex.c | 1369 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_pkex_finish()
|