Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_registrar.c117 u8 uuid_e[WPS_UUID_LEN]; member
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,
315 const u8 *addr, const u8 *uuid_e) in wps_registrar_add_pbc_session() argument
325 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) { in wps_registrar_add_pbc_session()
341 if (uuid_e) in wps_registrar_add_pbc_session()
342 os_memcpy(pbc->uuid_e, uuid_e, WPS_UUID_LEN); in wps_registrar_add_pbc_session()
367 const u8 *uuid_e, in wps_registrar_remove_pbc_session() argument
374 if (os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0 || in wps_registrar_remove_pbc_session()
[all …]
Dwps.h287 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
302 const u8 *uuid_e, const u8 *dev_pw,
334 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
816 void wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e,
Dwps.c50 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN); in wps_init()
173 data->uuid_e); in wps_deinit()
175 wps_registrar_unlock_pin(data->wps->registrar, data->uuid_e); in wps_deinit()
396 return attr.uuid_e; in wps_get_uuid_e()
Dwps_i.h50 u8 uuid_e[WPS_UUID_LEN]; member
212 const u8 *addr, 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_attr_parse.h22 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */ member
Dwps_attr_parse.c183 attr->uuid_e = pos; in wps_set_attr()
Dwps_er.c791 if (attr->uuid_e && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
792 os_memcpy(sta->uuid, attr->uuid_e, WPS_UUID_LEN); in wps_er_add_sta_data()
Dwps_enrollee.c139 wps_build_uuid_e(msg, wps->uuid_e) || in wps_build_m1()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c171 static void hostapd_wps_pin_needed_cb(void *ctx, const u8 *uuid_e, in hostapd_wps_pin_needed_cb() argument
178 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_pin_needed_cb()
212 const u8 *uuid_e; member
221 wps_registrar_complete(hapd->wps->registrar, data->uuid_e, in wps_stop_registrar()
228 const u8 *uuid_e, const u8 *dev_pw, in hostapd_wps_reg_success_cb() argument
234 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_reg_success_cb()
240 mac_addr, uuid_e); in hostapd_wps_reg_success_cb()
242 data.uuid_e = uuid_e; in hostapd_wps_reg_success_cb()
250 const u8 *uuid_e, in hostapd_wps_enrollee_seen_cb() argument
259 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in hostapd_wps_enrollee_seen_cb()
[all …]
Dhostapd.h217 const u8 *uuid_e);
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1408 static void wpas_wps_pin_needed_cb(void *ctx, const u8 *uuid_e, in wpas_wps_pin_needed_cb() argument
1414 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in wpas_wps_pin_needed_cb()
2763 if (attr.uuid_e == NULL) { in wpas_er_wps_nfc_report_handover()
2770 wpa_hexdump(MSG_DEBUG, "WPS: UUID-E", attr.uuid_e, WPS_UUID_LEN); in wpas_er_wps_nfc_report_handover()
Dap.c579 const u8 *uuid_e) in ap_wps_reg_success_cb() argument