HomeSort by: relevance | last modified time | path
    Searched refs:dpp_bootstrap_gen (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
dpp-nfc.py 172 def dpp_bootstrap_gen(wpas, type="qrcode", chan=None, mac=None, info=None, function
174 cmd = "DPP_BOOTSTRAP_GEN type=" + type
244 own_id = dpp_bootstrap_gen(wpas, type="nfc-uri", chan=chan, mac=True)
  /src/external/bsd/wpa/dist/src/common/
dpp.h 724 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd);
dpp.c 4435 int dpp_bootstrap_gen(struct dpp_global *dpp, const char *cmd) function
  /src/external/bsd/wpa/dist/wpa_supplicant/
dpp_supplicant.c 3617 res = dpp_bootstrap_gen(wpa_s->dpp, "type=pkex");
5717 res = dpp_bootstrap_gen(wpa_s->dpp, "type=pkex");
ctrl_iface.c 13408 } else if (os_strncmp(buf, "DPP_BOOTSTRAP_GEN ", 18) == 0) {
13411 res = dpp_bootstrap_gen(wpa_s->dpp, buf + 18);
  /src/external/bsd/wpa/dist/src/ap/
dpp_hostapd.c 2660 res = dpp_bootstrap_gen(ifaces->dpp, "type=pkex");
  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 4424 } else if (os_strncmp(buf, "DPP_BOOTSTRAP_GEN ", 18) == 0) {
4425 res = dpp_bootstrap_gen(hapd->iface->interfaces->dpp, buf + 18);

Completed in 44 milliseconds