Home | History | Annotate | Download | only in ap

Lines Matching full:uuid_e

171 static void hostapd_wps_pin_needed_cb(void *ctx, const u8 *uuid_e,
178 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
212 const u8 *uuid_e;
221 wps_registrar_complete(hapd->wps->registrar, data->uuid_e,
228 const u8 *uuid_e, const u8 *dev_pw,
234 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
240 mac_addr, uuid_e);
242 data.uuid_e = uuid_e;
250 const u8 *uuid_e,
259 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
1864 if (attr.uuid_e == NULL) {
1871 wpa_hexdump(MSG_DEBUG, "WPS: UUID-E", attr.uuid_e, WPS_UUID_LEN);