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

  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 115 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_pbc_session
149 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
152 const u8 *uuid_e, const u8 *dev_pw,
156 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
311 const u8 *addr, const u8 *uuid_e)
321 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) {
337 if (uuid_e)
338 os_memcpy(pbc->uuid_e, uuid_e, WPS_UUID_LEN)
    [all...]
wps.c 45 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN);
157 data->uuid_e);
159 wps_registrar_unlock_pin(data->wps->registrar, data->uuid_e);
381 return attr.uuid_e;
wps.h 276 * @uuid_e: UUID-E of the unknown Enrollee
283 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
290 * @uuid_e: UUID-E of the Enrollee
298 const u8 *uuid_e, const u8 *dev_pw,
323 * @uuid_e: UUID of the Enrollee
330 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
792 void wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e,
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
207 const u8 *addr, 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) {
1106 wps_validate_uuid_e(attr.uuid_e, 0) ||
1147 wps_validate_uuid_e(attr.uuid_e, probe) ||
1198 wps_validate_uuid_e(attr.uuid_e, attr.uuid_r == NULL) ||
1199 wps_validate_uuid_r(attr.uuid_r, attr.uuid_e == NULL) ||
1301 wps_validate_uuid_e(attr.uuid_e, 1) ||
    [all...]
wps_attr_parse.c 175 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);
    [all...]
wps_enrollee.c 141 wps_build_uuid_e(msg, wps->uuid_e) ||
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 170 static void hostapd_wps_pin_needed_cb(void *ctx, const u8 *uuid_e,
177 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
211 const u8 *uuid_e; member in struct:wps_stop_reg_data
220 wps_registrar_complete(hapd->wps->registrar, data->uuid_e,
227 const u8 *uuid_e, const u8 *dev_pw,
233 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
239 mac_addr, uuid_e);
241 data.uuid_e = uuid_e;
249 const u8 *uuid_e,
    [all...]
hostapd.h 193 const u8 *uuid_e);
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 418 const u8 *uuid_e)
wps_supplicant.c     [all...]

Completed in 177 milliseconds