Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A 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()
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_LE in wps_registrar_add_pbc_session()
345 wps_registrar_add_pbc_session(struct wps_registrar *reg, const u8 *addr, const u8 *uuid_e) wps_registrar_add_pbc_session() argument
397 wps_registrar_remove_pbc_session(struct wps_registrar *reg, const u8 *uuid_e, const u8 *p2p_dev_addr) wps_registrar_remove_pbc_session() argument
428 wps_registrar_pbc_overlap(struct wps_registrar *reg, const u8 *addr, const u8 *uuid_e) wps_registrar_pbc_overlap() argument
1094 wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e, const u8 *dev_pw, size_t dev_pw_len) wps_registrar_complete() argument
1240 wps_cb_pin_needed(struct wps_registrar *reg, const u8 *uuid_e, const struct wps_device_data *dev) wps_cb_pin_needed() 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) wps_cb_reg_success() argument
2239 wps_process_uuid_e(struct wps_data *wps, const u8 *uuid_e) wps_process_uuid_e() argument
[all...]
H A 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()
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_i.h50 u8 uuid_e[WPS_UUID_LEN]; member
215 const u8 *addr, const u8 *uuid_e);
H A 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()
H A Dwps_attr_parse.h22 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */ member
H A Dwps_attr_parse.c194 attr->uuid_e = pos; in wps_set_attr()
H A 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()
H A Dwps_enrollee.c143 wps_build_uuid_e(msg, wps->uuid_e) || in wps_build_m1()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A 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()
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_LE in wps_registrar_add_pbc_session()
346 wps_registrar_add_pbc_session(struct wps_registrar *reg, const u8 *addr, const u8 *uuid_e) wps_registrar_add_pbc_session() argument
398 wps_registrar_remove_pbc_session(struct wps_registrar *reg, const u8 *uuid_e, const u8 *p2p_dev_addr) wps_registrar_remove_pbc_session() argument
429 wps_registrar_pbc_overlap(struct wps_registrar *reg, const u8 *addr, const u8 *uuid_e) wps_registrar_pbc_overlap() argument
1095 wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e, const u8 *dev_pw, size_t dev_pw_len) wps_registrar_complete() argument
1241 wps_cb_pin_needed(struct wps_registrar *reg, const u8 *uuid_e, const struct wps_device_data *dev) wps_cb_pin_needed() argument
1251 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) wps_cb_reg_success() argument
2230 wps_process_uuid_e(struct wps_data *wps, const u8 *uuid_e) wps_process_uuid_e() argument
[all...]
H A Dwps.c49 os_memcpy(data->uuid_e, cfg->wps->uuid, WPS_UUID_LEN); in wps_init()
170 data->uuid_e); in wps_deinit()
172 wps_registrar_unlock_pin(data->wps->registrar, data->uuid_e); in wps_deinit()
400 return attr.uuid_e; in wps_get_uuid_e()
H A Dwps.h288 * @uuid_e: UUID-E of the unknown Enrollee
295 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
302 * @uuid_e: UUID-E of the Enrollee
310 const u8 *uuid_e, const u8 *dev_pw,
335 * @uuid_e: UUID of the Enrollee
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,
H A Dwps_i.h50 u8 uuid_e[WPS_UUID_LEN]; member
215 const u8 *addr, const u8 *uuid_e);
H A 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()
H A Dwps_attr_parse.h22 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */ member
H A Dwps_attr_parse.c194 attr->uuid_e = pos; in wps_set_attr()
H A 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()
H A Dwps_enrollee.c143 wps_build_uuid_e(msg, wps->uuid_e) || in wps_build_m1()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A 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()
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()
229 hostapd_wps_reg_success_cb(void *ctx, const u8 *mac_addr, const u8 *uuid_e, const u8 *dev_pw, size_t dev_pw_len) hostapd_wps_reg_success_cb() argument
251 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) hostapd_wps_enrollee_seen_cb() argument
[all...]
H A Dhostapd.h268 const u8 *uuid_e);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A 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()
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()
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) hostapd_wps_reg_success_cb() 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) hostapd_wps_enrollee_seen_cb() argument
[all...]
H A Dhostapd.h258 const u8 *uuid_e);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A 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()
H A Dap.c683 const u8 *uuid_e) in ap_wps_reg_success_cb()
682 ap_wps_reg_success_cb(void *ctx, const u8 *mac_addr, const u8 *uuid_e) ap_wps_reg_success_cb() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwps_supplicant.c1471 static void wpas_wps_pin_needed_cb(void *ctx, const u8 *uuid_e, in wpas_wps_pin_needed_cb() argument
1477 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid))) in wpas_wps_pin_needed_cb()
2860 if (attr.uuid_e == NULL) { in wpas_er_wps_nfc_report_handover()
2867 wpa_hexdump(MSG_DEBUG, "WPS: UUID-E", attr.uuid_e, WPS_UUID_LEN); in wpas_er_wps_nfc_report_handover()

Completed in 40 milliseconds

12