Searched refs:dpp_set_configurator (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 468 if (dpp_set_configurator(hapd->iface->interfaces->dpp, hapd->msg_ctx, in hostapd_dpp_auth_init() 581 if (dpp_set_configurator(hapd->iface->interfaces->dpp, hapd->msg_ctx, in hostapd_dpp_rx_auth_req() 1483 if (dpp_set_configurator(hapd->iface->interfaces->dpp, hapd->msg_ctx, in hostapd_dpp_configurator_sign()
|
/external/wpa_supplicant_8/src/common/ |
D | dpp.h | 410 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx,
|
D | dpp.c | 4334 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx, in dpp_set_configurator() function
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | dpp_supplicant.c | 511 if (dpp_set_configurator(wpa_s->dpp, wpa_s, wpa_s->dpp_auth, cmd) < 0) { in wpas_dpp_auth_init() 749 if (dpp_set_configurator(wpa_s->dpp, wpa_s, wpa_s->dpp_auth, in wpas_dpp_rx_auth_req() 1936 if (dpp_set_configurator(wpa_s->dpp, wpa_s, auth, cmd) == 0 && in wpas_dpp_configurator_sign()
|