Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/wps/
Dwps_registrar.c118 u8 uuid_e[WPS_UUID_LEN]; member
152 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
155 const u8 *uuid_e, const u8 *dev_pw,
159 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
347 const u8 *addr, const u8 *uuid_e) in wps_registrar_add_pbc_session() argument
357 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) { in wps_registrar_add_pbc_session()
373 if (uuid_e) in wps_registrar_add_pbc_session()
374 os_memcpy(pbc->uuid_e, uuid_e, WPS_UUID_LEN); in wps_registrar_add_pbc_session()
399 const u8 *uuid_e, in wps_registrar_remove_pbc_session() argument
406 if (os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0 || in wps_registrar_remove_pbc_session()
[all …]
Dwps.c50 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN); in wps_init()
171 data->uuid_e); in wps_deinit()
173 wps_registrar_unlock_pin(data->wps->registrar, data->uuid_e); in wps_deinit()
394 return attr.uuid_e; in wps_get_uuid_e()
Dwps.h295 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
310 const u8 *uuid_e, const u8 *dev_pw,
342 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
862 void wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e,
Dwps_validate.c173 static int wps_validate_uuid_e(const u8 *uuid_e, int mandatory) in wps_validate_uuid_e() argument
175 if (uuid_e == NULL) { in wps_validate_uuid_e()
1108 wps_validate_uuid_e(attr.uuid_e, 0) || in wps_validate_beacon()
1149 wps_validate_uuid_e(attr.uuid_e, probe) || in wps_validate_beacon_probe_resp()
1200 wps_validate_uuid_e(attr.uuid_e, attr.uuid_r == NULL) || in wps_validate_probe_req()
1201 wps_validate_uuid_r(attr.uuid_r, attr.uuid_e == NULL) || in wps_validate_probe_req()
1303 wps_validate_uuid_e(attr.uuid_e, 1) || in wps_validate_m1()
Dwps_i.h50 u8 uuid_e[WPS_UUID_LEN]; member
215 const u8 *addr, const u8 *uuid_e);
Dwps_attr_parse.h22 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */ member
Dwps_attr_parse.c194 attr->uuid_e = pos; in wps_set_attr()
Dwps_er.c790 if (attr->uuid_e && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
791 os_memcpy(sta->uuid, attr->uuid_e, WPS_UUID_LEN); in wps_er_add_sta_data()
Dwps_enrollee.c143 wps_build_uuid_e(msg, wps->uuid_e) || in wps_build_m1()
/freebsd-12-stable/contrib/wpa/src/ap/
Dwps_hostapd.c173 static void hostapd_wps_pin_needed_cb(void *ctx, const u8 *uuid_e, in hostapd_wps_pin_needed_cb() argument
180 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_pin_needed_cb()
214 const u8 *uuid_e; member
223 wps_registrar_complete(hapd->wps->registrar, data->uuid_e, in wps_stop_registrar()
230 const u8 *uuid_e, const u8 *dev_pw, in hostapd_wps_reg_success_cb() argument
236 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_reg_success_cb()
242 mac_addr, uuid_e); in hostapd_wps_reg_success_cb()
244 data.uuid_e = uuid_e; in hostapd_wps_reg_success_cb()
252 const u8 *uuid_e, in hostapd_wps_enrollee_seen_cb() argument
261 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_enrollee_seen_cb()
[all …]
Dhostapd.h268 const u8 *uuid_e);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dwps_supplicant.c1456 static void wpas_wps_pin_needed_cb(void *ctx, const u8 *uuid_e, in wpas_wps_pin_needed_cb() argument
1462 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in wpas_wps_pin_needed_cb()
2841 if (attr.uuid_e == NULL) { in wpas_er_wps_nfc_report_handover()
2848 wpa_hexdump(MSG_DEBUG, "WPS: UUID-E", attr.uuid_e, WPS_UUID_LEN); in wpas_er_wps_nfc_report_handover()
Dap.c888 const u8 *uuid_e) in ap_wps_reg_success_cb() argument