Lines Matching refs:uuid_e
173 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()
2187 if (attr.uuid_e == NULL) { in hostapd_wps_nfc_report_handover()
2194 wpa_hexdump(MSG_DEBUG, "WPS: UUID-E", attr.uuid_e, WPS_UUID_LEN); in hostapd_wps_nfc_report_handover()