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

  /src/external/bsd/wpa/dist/src/wps/
wps_registrar.c 118 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_pbc_session
152 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
155 const u8 *uuid_e, const u8 *dev_pw,
159 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
347 const u8 *addr, const u8 *uuid_e)
357 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) {
373 if (uuid_e)
374 os_memcpy(pbc->uuid_e, uuid_e, WPS_UUID_LEN)
    [all...]
wps_attr_parse.h 22 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */ member in struct:wps_parse_attr
wps_i.h 50 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_data
216 const u8 *addr, const u8 *uuid_e);
wps.c 50 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN);
172 data->uuid_e);
174 wps_registrar_unlock_pin(data->wps->registrar, data->uuid_e);
395 return attr.uuid_e;
wps.h 293 * @uuid_e: UUID-E of the unknown Enrollee
300 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
307 * @uuid_e: UUID-E of the Enrollee
315 const u8 *uuid_e, const u8 *dev_pw,
340 * @uuid_e: UUID of the Enrollee
347 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
867 void wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e,
wps_validate.c 173 static int wps_validate_uuid_e(const u8 *uuid_e, int mandatory)
175 if (uuid_e == NULL) {
1108 wps_validate_uuid_e(attr.uuid_e, 0) ||
1149 wps_validate_uuid_e(attr.uuid_e, probe) ||
1200 wps_validate_uuid_e(attr.uuid_e, attr.uuid_r == NULL) ||
1201 wps_validate_uuid_r(attr.uuid_r, attr.uuid_e == NULL) ||
1303 wps_validate_uuid_e(attr.uuid_e, 1) ||
wps_attr_parse.c 194 attr->uuid_e = pos;
wps_er.c 790 if (attr->uuid_e && (!probe_req || !sta->m1_received))
791 os_memcpy(sta->uuid, attr->uuid_e, WPS_UUID_LEN);
wps_enrollee.c 143 wps_build_uuid_e(msg, wps->uuid_e) ||
  /src/external/bsd/wpa/dist/src/ap/
wps_hostapd.c 173 static void hostapd_wps_pin_needed_cb(void *ctx, const u8 *uuid_e,
180 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
214 const u8 *uuid_e; member in struct:wps_stop_reg_data
223 wps_registrar_complete(hapd->wps->registrar, data->uuid_e,
230 const u8 *uuid_e, const u8 *dev_pw,
236 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
242 mac_addr, uuid_e);
244 data.uuid_e = uuid_e;
252 const u8 *uuid_e,
    [all...]
hostapd.h 287 const u8 *uuid_e);
  /src/external/bsd/wpa/dist/wpa_supplicant/
wps_supplicant.c 1475 static void wpas_wps_pin_needed_cb(void *ctx, const u8 *uuid_e,
1481 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
2877 if (attr.uuid_e == NULL) {
2884 wpa_hexdump(MSG_DEBUG, "WPS: UUID-E", attr.uuid_e, WPS_UUID_LEN);
ap.c 930 const u8 *uuid_e)

Completed in 69 milliseconds