Home
last modified time | relevance | path

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

/hostap-latest/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()
172 data->uuid_e); in wps_deinit()
174 wps_registrar_unlock_pin(data->wps->registrar, data->uuid_e); in wps_deinit()
395 return attr.uuid_e; in wps_get_uuid_e()
Dwps.h300 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
315 const u8 *uuid_e, const u8 *dev_pw,
347 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
867 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
216 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()
/hostap-latest/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.h294 const u8 *uuid_e);
/hostap-latest/tests/hwsim/
Dtest_ap_wps.py6661 def build_m1(eap_id, uuid_e, mac_addr, e_nonce, e_pk, argument
6665 attrs += build_wsc_attr(ATTR_UUID_E, uuid_e)
6782 uuid_e = 16*b'\x11'
6787 m1, raw_m1_attrs = build_m1(msg['eap_identifier'], uuid_e, mac_addr,
8216 uuid_e = 16*b'\x11'
8221 m1, raw_m1_attrs = build_m1(msg['eap_identifier'], uuid_e, mac_addr,
8261 uuid_e = 16*b'\x11'
8266 m1, raw_m1_attrs = build_m1(msg['eap_identifier'], uuid_e, mac_addr,
8306 uuid_e = 16*b'\x11'
8311 m1, raw_m1_attrs = build_m1(msg['eap_identifier'], uuid_e, mac_addr,
[all …]
/hostap-latest/wpa_supplicant/
Dwps_supplicant.c1475 static void wpas_wps_pin_needed_cb(void *ctx, const u8 *uuid_e, in wpas_wps_pin_needed_cb() argument
1481 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in wpas_wps_pin_needed_cb()
2877 if (attr.uuid_e == NULL) { in wpas_er_wps_nfc_report_handover()
2884 wpa_hexdump(MSG_DEBUG, "WPS: UUID-E", attr.uuid_e, WPS_UUID_LEN); in wpas_er_wps_nfc_report_handover()
Dap.c930 const u8 *uuid_e) in ap_wps_reg_success_cb() argument