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

12

/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_parse.c175 attr->uuid_e = pos;
H A Dwps_er.c790 if (attr->uuid_e && (!probe_req || !sta->m1_received))
791 os_memcpy(sta->uuid, attr->uuid_e, WPS_UUID_LEN);
H A Dwps_enrollee.c141 wps_build_uuid_e(msg, wps->uuid_e) ||
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_parse.c175 attr->uuid_e = pos;
H A Dwps_er.c790 if (attr->uuid_e && (!probe_req || !sta->m1_received))
791 os_memcpy(sta->uuid, attr->uuid_e, WPS_UUID_LEN);
H A Dwps_enrollee.c141 wps_build_uuid_e(msg, wps->uuid_e) ||
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er.c790 if (attr->uuid_e && (!probe_req || !sta->m1_received))
791 os_memcpy(sta->uuid, attr->uuid_e, WPS_UUID_LEN);
H A Dwps_enrollee.c141 wps_build_uuid_e(msg, wps->uuid_e) ||
/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)))

Completed in 179 milliseconds

12