Searched defs:uuid_e (Results 1 - 17 of 17) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_i.h50 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_data
207 const u8 *addr, const u8 *uuid_e);
H A Dwps_attr_parse.h22 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */ member in struct:wps_parse_attr
H A Dwps_validate.c173 static int wps_validate_uuid_e(const u8 *uuid_e, int mandatory) argument
175 if (uuid_e == NULL) {
1106 wps_validate_uuid_e(attr.uuid_e, 0) ||
1147 wps_validate_uuid_e(attr.uuid_e, probe) ||
1198 wps_validate_uuid_e(attr.uuid_e, attr.uuid_r == NULL) ||
1199 wps_validate_uuid_r(attr.uuid_r, attr.uuid_e == NULL) ||
1301 wps_validate_uuid_e(attr.uuid_e, 1) ||
H A Dwps_registrar.c115 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_pbc_session
149 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
152 const u8 *uuid_e, const u8 *dev_pw,
156 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
311 const u8 *addr, const u8 *uuid_e)
321 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) {
337 if (uuid_e)
338 os_memcpy(pbc->uuid_e, uuid_e, WPS_UUID_LE
310 wps_registrar_add_pbc_session(struct wps_registrar *reg, const u8 *addr, const u8 *uuid_e) argument
361 wps_registrar_remove_pbc_session(struct wps_registrar *reg, const u8 *uuid_e, const u8 *p2p_dev_addr) argument
397 wps_registrar_pbc_overlap(struct wps_registrar *reg, const u8 *addr, const u8 *uuid_e) argument
1038 wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e, const u8 *dev_pw, size_t dev_pw_len) argument
1182 wps_cb_pin_needed(struct wps_registrar *reg, const u8 *uuid_e, const struct wps_device_data *dev) argument
1192 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) argument
2099 wps_process_uuid_e(struct wps_data *wps, const u8 *uuid_e) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_i.h50 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_data
207 const u8 *addr, const u8 *uuid_e);
H A Dwps_attr_parse.h22 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */ member in struct:wps_parse_attr
H A Dwps_validate.c173 static int wps_validate_uuid_e(const u8 *uuid_e, int mandatory) argument
175 if (uuid_e == NULL) {
1106 wps_validate_uuid_e(attr.uuid_e, 0) ||
1147 wps_validate_uuid_e(attr.uuid_e, probe) ||
1198 wps_validate_uuid_e(attr.uuid_e, attr.uuid_r == NULL) ||
1199 wps_validate_uuid_r(attr.uuid_r, attr.uuid_e == NULL) ||
1301 wps_validate_uuid_e(attr.uuid_e, 1) ||
H A Dwps_registrar.c115 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_pbc_session
149 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
152 const u8 *uuid_e, const u8 *dev_pw,
156 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
311 const u8 *addr, const u8 *uuid_e)
321 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) {
337 if (uuid_e)
338 os_memcpy(pbc->uuid_e, uuid_e, WPS_UUID_LE
310 wps_registrar_add_pbc_session(struct wps_registrar *reg, const u8 *addr, const u8 *uuid_e) argument
361 wps_registrar_remove_pbc_session(struct wps_registrar *reg, const u8 *uuid_e, const u8 *p2p_dev_addr) argument
397 wps_registrar_pbc_overlap(struct wps_registrar *reg, const u8 *addr, const u8 *uuid_e) argument
1038 wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e, const u8 *dev_pw, size_t dev_pw_len) argument
1182 wps_cb_pin_needed(struct wps_registrar *reg, const u8 *uuid_e, const struct wps_device_data *dev) argument
1192 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) argument
2099 wps_process_uuid_e(struct wps_data *wps, const u8 *uuid_e) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_i.h50 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_data
207 const u8 *addr, const u8 *uuid_e);
H A Dwps_attr_parse.h22 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */ member in struct:wps_parse_attr
H A Dwps_validate.c173 static int wps_validate_uuid_e(const u8 *uuid_e, int mandatory) argument
175 if (uuid_e == NULL) {
1106 wps_validate_uuid_e(attr.uuid_e, 0) ||
1147 wps_validate_uuid_e(attr.uuid_e, probe) ||
1198 wps_validate_uuid_e(attr.uuid_e, attr.uuid_r == NULL) ||
1199 wps_validate_uuid_r(attr.uuid_r, attr.uuid_e == NULL) ||
1301 wps_validate_uuid_e(attr.uuid_e, 1) ||
H A Dwps_registrar.c115 u8 uuid_e[WPS_UUID_LEN]; member in struct:wps_pbc_session
149 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
152 const u8 *uuid_e, const u8 *dev_pw,
156 void (*enrollee_seen_cb)(void *ctx, const u8 *addr, const u8 *uuid_e,
311 const u8 *addr, const u8 *uuid_e)
321 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) {
337 if (uuid_e)
338 os_memcpy(pbc->uuid_e, uuid_e, WPS_UUID_LE
310 wps_registrar_add_pbc_session(struct wps_registrar *reg, const u8 *addr, const u8 *uuid_e) argument
361 wps_registrar_remove_pbc_session(struct wps_registrar *reg, const u8 *uuid_e, const u8 *p2p_dev_addr) argument
397 wps_registrar_pbc_overlap(struct wps_registrar *reg, const u8 *addr, const u8 *uuid_e) argument
1038 wps_registrar_complete(struct wps_registrar *registrar, const u8 *uuid_e, const u8 *dev_pw, size_t dev_pw_len) argument
1182 wps_cb_pin_needed(struct wps_registrar *reg, const u8 *uuid_e, const struct wps_device_data *dev) argument
1192 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) argument
2099 wps_process_uuid_e(struct wps_data *wps, const u8 *uuid_e) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c418 const u8 *uuid_e)
417 ap_wps_reg_success_cb(void *ctx, const u8 *mac_addr, const u8 *uuid_e) argument
H A Dwps_supplicant.c1230 static void wpas_wps_pin_needed_cb(void *ctx, const u8 *uuid_e, argument
1236 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c170 static void hostapd_wps_pin_needed_cb(void *ctx, const u8 *uuid_e, argument
177 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
211 const u8 *uuid_e; member in struct:wps_stop_reg_data
220 wps_registrar_complete(hapd->wps->registrar, data->uuid_e,
227 const u8 *uuid_e, const u8 *dev_pw,
233 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
239 mac_addr, uuid_e);
241 data.uuid_e = uuid_e;
249 const u8 *uuid_e,
226 hostapd_wps_reg_success_cb(void *ctx, const u8 *mac_addr, const u8 *uuid_e, const u8 *dev_pw, size_t dev_pw_len) argument
248 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) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c170 static void hostapd_wps_pin_needed_cb(void *ctx, const u8 *uuid_e, argument
177 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
211 const u8 *uuid_e; member in struct:wps_stop_reg_data
220 wps_registrar_complete(hapd->wps->registrar, data->uuid_e,
227 const u8 *uuid_e, const u8 *dev_pw,
233 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
239 mac_addr, uuid_e);
241 data.uuid_e = uuid_e;
249 const u8 *uuid_e,
226 hostapd_wps_reg_success_cb(void *ctx, const u8 *mac_addr, const u8 *uuid_e, const u8 *dev_pw, size_t dev_pw_len) argument
248 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) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c170 static void hostapd_wps_pin_needed_cb(void *ctx, const u8 *uuid_e, argument
177 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
211 const u8 *uuid_e; member in struct:wps_stop_reg_data
220 wps_registrar_complete(hapd->wps->registrar, data->uuid_e,
227 const u8 *uuid_e, const u8 *dev_pw,
233 if (uuid_bin2str(uuid_e, uuid, sizeof(uuid)))
239 mac_addr, uuid_e);
241 data.uuid_e = uuid_e;
249 const u8 *uuid_e,
226 hostapd_wps_reg_success_cb(void *ctx, const u8 *mac_addr, const u8 *uuid_e, const u8 *dev_pw, size_t dev_pw_len) argument
248 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) argument
[all...]

Completed in 1553 milliseconds