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

  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 144 static void hostapd_wps_pin_needed_cb(void *ctx, const u8 *uuid_e,
151 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
185 const u8 *uuid_e; member in struct:wps_stop_reg_data
192 wps_registrar_complete(hapd->wps->registrar, data->uuid_e);
198 const u8 *uuid_e)
203 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
209 mac_addr, uuid_e);
211 data.uuid_e = uuid_e;
217 const u8 *uuid_e,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
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_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...]
  /external/wpa_supplicant_8/src/wps/
wps_i.h 47 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_data
128 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */ member in struct:wps_parse_attr
290 const u8 *addr, const u8 *uuid_e);
wps_registrar.c 68 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_pbc_session
102 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
105 const u8 *uuid_e);
108 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
256 const u8 *addr, const u8 *uuid_e)
266 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) {
282 if (uuid_e)
283 os_memcpy(pbc->uuid_e, uuid_e, WPS_UUID_LEN)
    [all...]

Completed in 1247 milliseconds