Home
last modified time | relevance | path

Searched refs:dpp_bootstrap_gen (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
DREADME-DPP103 > dpp_bootstrap_gen type=qrcode mac=<mac-address-of-device> chan=<operating-channel> key=<key of th…
Dctrl_iface.c10679 res = dpp_bootstrap_gen(wpa_s->dpp, buf + 18); in wpa_supplicant_ctrl_iface_process()
/external/wpa_supplicant_8/src/common/
Ddpp.h482 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
Ddpp.c8378 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) in dpp_bootstrap_gen() function
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c3273 res = dpp_bootstrap_gen(hapd->iface->interfaces->dpp, buf + 18); in hostapd_ctrl_iface_receive_process()