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

  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 117 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_pbc_session
151 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
154 const u8 *uuid_e, const u8 *dev_pw,
158 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
315 const u8 *addr, const u8 *uuid_e)
325 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) {
341 if (uuid_e)
342 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
212 const u8 *addr, const u8 *uuid_e);
wps.h 279 * @uuid_e: UUID-E of the unknown Enrollee
286 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
293 * @uuid_e: UUID-E of the Enrollee
301 const u8 *uuid_e, const u8 *dev_pw,
326 * @uuid_e: UUID of the Enrollee
333 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
805 void wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e,
wps.c 46 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN);
169 data->uuid_e);
171 wps_registrar_unlock_pin(data->wps->registrar, data->uuid_e);
392 return attr.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 183 attr->uuid_e = pos;
wps_er.c 791 if (attr->uuid_e && (!probe_req || !sta->m1_received))
792 os_memcpy(sta->uuid, attr->uuid_e, WPS_UUID_LEN);
    [all...]
wps_enrollee.c 139 wps_build_uuid_e(msg, wps->uuid_e) ||
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 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; member in struct:wps_stop_reg_data
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,
    [all...]
hostapd.h 194 const u8 *uuid_e);
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c     [all...]
ap.c 465 const u8 *uuid_e)

Completed in 237 milliseconds