Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
DREADME-DPP105 > dpp_bootstrap_gen type=qrcode mac=<mac-address-of-device> chan=<operating-class/channel> key=<key…
Dctrl_iface.c11356 res = dpp_bootstrap_gen(wpa_s->dpp, buf + 18); in wpa_supplicant_ctrl_iface_process()
/external/wpa_supplicant_8/wpa_supplicant/examples/
Ddpp-nfc.py172 def dpp_bootstrap_gen(wpas, type="qrcode", chan=None, mac=None, info=None, function
244 own_id = dpp_bootstrap_gen(wpas, type="nfc-uri", chan=chan, mac=True)
/external/wpa_supplicant_8/src/common/
Ddpp.h646 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
Ddpp.c3871 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) in dpp_bootstrap_gen() function
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dsta_iface.cpp1600 id = dpp_bootstrap_gen(wpa_s->dpp, cmd.c_str()); in generateDppBootstrapInfoForResponderInternal()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c3769 res = dpp_bootstrap_gen(hapd->iface->interfaces->dpp, buf + 18); in hostapd_ctrl_iface_receive_process()