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_i.h 50 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_data
207 const u8 *addr, 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_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...]
  /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...]

Completed in 191 milliseconds