Searched refs:uuid_e (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_registrar.c117 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,
346 const u8 *addr, const u8 *uuid_e)
356 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) {
372 if (uuid_e)
373 os_memcpy(pbc->uuid_e, uuid_e, WPS_UUID_LE
345 wps_registrar_add_pbc_session(struct wps_registrar *reg, const u8 *addr, const u8 *uuid_e) argument
397 wps_registrar_remove_pbc_session(struct wps_registrar *reg, const u8 *uuid_e, const u8 *p2p_dev_addr) argument
428 wps_registrar_pbc_overlap(struct wps_registrar *reg, const u8 *addr, const u8 *uuid_e) argument
1094 wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e, const u8 *dev_pw, size_t dev_pw_len) argument
1240 wps_cb_pin_needed(struct wps_registrar *reg, const u8 *uuid_e, const struct wps_device_data *dev) argument
1250 wps_cb_reg_success(struct wps_registrar *reg, const u8 *mac_addr, const u8 *uuid_e, const u8 *dev_pw, size_t dev_pw_len) argument
2239 wps_process_uuid_e(struct wps_data *wps, const u8 *uuid_e) argument
[all...]
H A Dwps_attr_parse.h22 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */ member in struct:wps_parse_attr
H A Dwps_i.h50 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_data
215 const u8 *addr, const u8 *uuid_e);
H A Dwps.h287 * @uuid_e: UUID-E of the unknown Enrollee
294 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
301 * @uuid_e: UUID-E of the Enrollee
309 const u8 *uuid_e, const u8 *dev_pw,
334 * @uuid_e: UUID of the Enrollee
341 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
854 void wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e,
H A Dwps.c50 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN);
171 data->uuid_e);
173 wps_registrar_unlock_pin(data->wps->registrar, data->uuid_e);
394 return attr.uuid_e;
H A Dwps_validate.c173 static int wps_validate_uuid_e(const u8 *uuid_e, int mandatory) argument
175 if (uuid_e == NULL) {
1108 wps_validate_uuid_e(attr.uuid_e, 0) ||
1149 wps_validate_uuid_e(attr.uuid_e, probe) ||
1200 wps_validate_uuid_e(attr.uuid_e, attr.uuid_r == NULL) ||
1201 wps_validate_uuid_r(attr.uuid_r, attr.uuid_e == NULL) ||
1303 wps_validate_uuid_e(attr.uuid_e, 1) ||
H A Dwps_attr_parse.c194 attr->uuid_e = pos;
H A Dwps_er.c790 if (attr->uuid_e && (!probe_req || !sta->m1_received))
791 os_memcpy(sta->uuid, attr->uuid_e, WPS_UUID_LEN);
H A Dwps_enrollee.c143 wps_build_uuid_e(msg, wps->uuid_e) ||
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwps_hostapd.c171 static void hostapd_wps_pin_needed_cb(void *ctx, const u8 *uuid_e, argument
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,
227 hostapd_wps_reg_success_cb(void *ctx, const u8 *mac_addr, const u8 *uuid_e, const u8 *dev_pw, size_t dev_pw_len) argument
249 hostapd_wps_enrollee_seen_cb(void *ctx, const u8 *addr, const u8 *uuid_e, const u8 *pri_dev_type, u16 config_methods, u16 dev_password_id, u8 request_type, const char *dev_name) argument
[all...]
H A Dhostapd.h258 const u8 *uuid_e);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c1433 static void wpas_wps_pin_needed_cb(void *ctx, const u8 *uuid_e, argument
1439 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
2791 if (attr.uuid_e == NULL) {
2798 wpa_hexdump(MSG_DEBUG, "WPS: UUID-E", attr.uuid_e, WPS_UUID_LEN);
H A Dap.c683 const u8 *uuid_e)
682 ap_wps_reg_success_cb(void *ctx, const u8 *mac_addr, const u8 *uuid_e) argument

Completed in 120 milliseconds