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

  /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...]

Completed in 12 milliseconds