Searched refs:dpp_bootstrap_get_id (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 407 peer_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_auth_init() 417 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, in hostapd_dpp_auth_init() 1506 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_pkex_add()
|
/external/wpa_supplicant_8/src/common/ |
D | dpp.h | 484 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id);
|
D | dpp.c | 8463 dpp_bootstrap_get_id(struct dpp_global *dpp, unsigned int id) in dpp_bootstrap_get_id() function 8525 bi = dpp_bootstrap_get_id(dpp, id); in dpp_bootstrap_get_uri() 8537 bi = dpp_bootstrap_get_id(dpp, id); in dpp_bootstrap_info()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | dpp_supplicant.c | 448 peer_bi = dpp_bootstrap_get_id(wpa_s->dpp, atoi(pos)); in wpas_dpp_auth_init() 458 own_bi = dpp_bootstrap_get_id(wpa_s->dpp, atoi(pos)); in wpas_dpp_auth_init() 2095 own_bi = dpp_bootstrap_get_id(wpa_s->dpp, atoi(pos)); in wpas_dpp_pkex_add()
|