HomeSort by relevance Sort by last modified time
    Searched refs:uuid_e (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.c 44 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN);
106 data->uuid_e);
108 wps_registrar_unlock_pin(data->wps->registrar, data->uuid_e);
233 return attr.uuid_e;
wps_registrar.c 64 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_pbc_session
91 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
94 const u8 *uuid_e);
118 const u8 *addr, const u8 *uuid_e)
128 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) {
144 if (uuid_e)
145 os_memcpy(pbc->uuid_e, uuid_e, WPS_UUID_LEN);
169 const u8 *addr, const u8 *uuid_e)
    [all...]
wps.h 206 * @uuid_e: UUID-E of the unknown Enrollee
213 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
220 * @uuid_e: UUID-E of the Enrollee
226 const u8 *uuid_e);
wps_i.h 48 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_data
112 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */ member in struct:wps_parse_attr
wps_attr_parse.c 63 attr->uuid_e = pos;
wps_enrollee.c 139 wps_build_uuid_e(msg, wps->uuid_e) ||
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 632 static void wpas_wps_pin_needed_cb(void *ctx, const u8 *uuid_e,
637 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))

Completed in 46 milliseconds