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

  /external/wpa_supplicant_8/src/wps/
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_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...]
  /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...]

Completed in 1033 milliseconds