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,
346 const u8 *addr, const u8 *uuid_e) in wps_registrar_add_pbc_session() argument
356 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) { in wps_registrar_add_pbc_session()
372 if (uuid_e) in wps_registrar_add_pbc_session()
373 os_memcpy(pbc->uuid_e, uuid_e, WPS_UUID_LEN); in wps_registrar_add_pbc_session()
398 const u8 *uuid_e, in wps_registrar_remove_pbc_session() argument
405 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.h294 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
309 const u8 *uuid_e, const u8 *dev_pw,
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,
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()
/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.h250 const u8 *uuid_e);
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c1433 static void wpas_wps_pin_needed_cb(void *ctx, const u8 *uuid_e, in wpas_wps_pin_needed_cb() argument
1439 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in wpas_wps_pin_needed_cb()
2791 if (attr.uuid_e == NULL) { in wpas_er_wps_nfc_report_handover()
2798 wpa_hexdump(MSG_DEBUG, "WPS: UUID-E", attr.uuid_e, WPS_UUID_LEN); in wpas_er_wps_nfc_report_handover()
Dap.c678 const u8 *uuid_e) in ap_wps_reg_success_cb() argument