HomeSort by relevance Sort by last modified time
    Searched refs:uuid_e (Results 1 - 19 of 19) 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_8/src/wps/
wps_registrar.c 74 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_pbc_session
108 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
111 const u8 *uuid_e);
114 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
262 const u8 *addr, const u8 *uuid_e)
272 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) {
288 if (uuid_e)
289 os_memcpy(pbc->uuid_e, uuid_e, WPS_UUID_LEN)
    [all...]
wps_i.h 53 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_data
134 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */ member in struct:wps_parse_attr
296 const u8 *addr, const u8 *uuid_e);
wps.c 51 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN);
133 data->uuid_e);
135 wps_registrar_unlock_pin(data->wps->registrar, data->uuid_e);
353 return attr.uuid_e;
wps.h 286 * @uuid_e: UUID-E of the unknown Enrollee
293 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
300 * @uuid_e: UUID-E of the Enrollee
306 const u8 *uuid_e);
330 * @uuid_e: UUID of the Enrollee
337 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
wps_validate.c 179 static int wps_validate_uuid_e(const u8 *uuid_e, int mandatory)
181 if (uuid_e == NULL) {
1112 wps_validate_uuid_e(attr.uuid_e, 0) ||
1153 wps_validate_uuid_e(attr.uuid_e, probe) ||
1204 wps_validate_uuid_e(attr.uuid_e, attr.uuid_r == NULL) ||
1205 wps_validate_uuid_r(attr.uuid_r, attr.uuid_e == NULL) ||
1307 wps_validate_uuid_e(attr.uuid_e, 1) ||
    [all...]
wps_attr_parse.c 180 attr->uuid_e = pos;
wps_er.c 748 if (attr->uuid_e && (!probe_req || !sta->m1_received))
749 os_memcpy(sta->uuid, attr->uuid_e, WPS_UUID_LEN);
    [all...]
wps_enrollee.c 157 wps_build_uuid_e(msg, wps->uuid_e) ||
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 141 const u8 *uuid_e);
wps_hostapd.c 148 static void hostapd_wps_pin_needed_cb(void *ctx, const u8 *uuid_e,
155 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
188 const u8 *uuid_e)
192 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
198 mac_addr, uuid_e);
203 const u8 *uuid_e,
212 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
    [all...]
  /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)))
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 1025 static void wpas_wps_pin_needed_cb(void *ctx, const u8 *uuid_e,
1031 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
    [all...]
ap.c 317 const u8 *uuid_e)

Completed in 464 milliseconds