Skip to main content

Raccolta dati WiFi: Quali dati la tua rete acquisisce e come utilizzarli

Questa guida di riferimento tecnico descrive le quattro categorie principali di dati acquisiti dalle reti WiFi aziendali gestite. Fornisce ai responsabili IT e agli operatori di sedi architetture di deployment pratiche, framework di conformità e strategie per convertire la telemetria di rete grezza in valore aziendale misurabile.

📖 6 min di lettura📝 1,415 parole🔧 2 esempi3 domande📚 8 termini chiave

🎧 Ascolta questa guida

Visualizza trascrizione
WiFi Data Collection: What Data Your Network Captures and How to Use It A Purple Enterprise Briefing — Approximately 10 Minutes --- INTRODUCTION & CONTEXT [~1 minute] Welcome to the Purple Enterprise Briefing. I'm your host, and today we're cutting straight to the point on a topic that every IT manager, network architect, and venue operations director needs to get right in 2026: WiFi data collection. Not the theory. Not the academic overview. The practical reality of what your managed network is capturing right now, what you're legally required to do with it, and — critically — how to turn that data into measurable business value. Whether you're running a hotel chain, a retail estate, a stadium, or a public-sector venue, your guest WiFi infrastructure is generating a continuous stream of intelligence. The question isn't whether to collect it. The question is whether you have the architecture, the compliance posture, and the analytics platform to use it properly. Let's get into it. --- TECHNICAL DEEP-DIVE [~5 minutes] So, what does a managed WiFi network actually capture? Let's break this down into four distinct data categories, because conflating them is where most organisations get into trouble — both technically and legally. The first category is device identifiers. Every device that comes within range of your access points broadcasts a probe request. That probe request contains, at minimum, a MAC address — the hardware identifier burned into the network interface card. From the MAC address alone, you can derive the device manufacturer using the OUI — the Organisationally Unique Identifier — which is the first three octets. So before a user has even connected, you already know whether they're carrying an Apple iPhone, a Samsung Android, or a Windows laptop. Once they associate with your SSID, you also capture the device type, operating system version, and supported protocol capabilities — whether the device supports Wi-Fi 6, Wi-Fi 6E, or is still running on older 802.11ac. Now, a critical caveat here: since iOS 14 and Android 10, both Apple and Google have implemented MAC address randomisation by default. This means passive probe capture is less reliable for persistent device tracking than it was five years ago. The workaround — and this is important — is authenticated session data, which brings us to category two. Session data is captured the moment a device authenticates and associates with your network. This includes connection timestamp, session duration, bytes transferred, SSID, BSSID — which is the specific access point MAC — RSSI or received signal strength indicator, and the DHCP-assigned IP address. This data is generated at the RADIUS server level if you're running IEEE 802.1X enterprise authentication, or at the captive portal controller if you're running a consumer-grade guest network. The session data is your baseline for understanding network utilisation, throughput capacity planning, and per-user bandwidth consumption. Category three is login and identity data — and this is where the commercial value really starts to accumulate. When a guest authenticates through a captive portal — whether that's email registration, social login via Google or Facebook OAuth, or a custom form — you're capturing first-party identity data. That means name, email address, date of birth if you ask for it, marketing consent flags, and the authentication method used. This is the data that powers your CRM integrations, your email marketing workflows, and your loyalty programme triggers. Critically, this is also the data that sits squarely within the scope of GDPR and UK GDPR — so your lawful basis, consent records, and data retention policies need to be airtight before you start building on top of it. Purple's guest WiFi platform handles this at the point of capture — presenting a branded splash page, recording granular consent, and pushing the identity record directly into your CRM or marketing automation platform via webhook or native integration. That's the difference between raw data and actionable intelligence. The fourth category is movement and presence data. This is derived analytics rather than raw capture, but it's built on the session and device data we've already discussed. By correlating RSSI readings from multiple access points, you can triangulate device position to within two to five metres, depending on your access point density. This gives you dwell time per zone, visitor flow paths, repeat visit frequency, and peak occupancy windows. For a retail environment, that translates directly into merchandising decisions. For a hotel, it informs F&B staffing. For a stadium, it's the foundation for queue management and concession placement optimisation. This is what Purple's WiFi Analytics platform does — it takes the raw session and presence data from your existing infrastructure and surfaces it as actionable venue intelligence. You don't need to rip and replace your access points. You need the right data layer on top. Now, let's talk about the compliance architecture, because this is non-negotiable. GDPR and UK GDPR require that any personal data — and email addresses, names, and persistent device identifiers all qualify — must be collected under a documented lawful basis, typically consent or legitimate interest. You need a privacy notice at the point of capture, granular consent options, and a mechanism for users to exercise their rights: access, rectification, erasure, and portability. PCI DSS is relevant if your guest network shares any physical or logical infrastructure with your payment processing environment. The answer here is network segmentation — your guest SSID must be on a separate VLAN, with firewall rules preventing any lateral movement toward the cardholder data environment. This is a Requirement 1 and Requirement 6 issue, and it comes up in every QSA audit. IEEE 802.1X with WPA3 Enterprise is the authentication standard for any deployment where you need per-user credentials, certificate-based access, or integration with an identity provider like Active Directory or Azure AD. For pure guest networks, WPA3 Personal with SAE — Simultaneous Authentication of Equals — provides forward secrecy and protects against offline dictionary attacks, which WPA2-PSK does not. --- IMPLEMENTATION RECOMMENDATIONS & PITFALLS [~2 minutes] Right, so you understand what's being captured and the compliance framework. Let's talk about what actually goes wrong in production deployments. The most common failure mode I see is what I call the data lake problem. Organisations deploy a guest WiFi platform, start capturing session and identity data, and then do nothing with it because they haven't defined the use cases upfront. You end up with a growing database of email addresses and session records that nobody is querying, and when the ICO comes knocking, you can't justify the retention period because there's no documented purpose. Define your use cases before you deploy. If you're capturing email for marketing, you need a marketing workflow. If you're capturing movement data for footfall analytics, you need a dashboard and an owner. The second pitfall is misconfigured consent. I've seen deployments where the splash page presents a single checkbox that bundles together terms of service, privacy policy, and marketing consent. Under GDPR, those must be separate, unbundled, and individually actionable. A single checkbox fails the granularity test and exposes you to enforcement risk. Purple's platform enforces this by design — separate consent flags, separate audit records. Third pitfall: no data retention policy. Under GDPR's storage limitation principle, you cannot retain personal data indefinitely. Define your retention windows — typically 12 to 24 months for marketing data, 90 days for raw session logs — and automate the deletion process. Manual purging is not a compliance strategy. On the positive side, the organisations getting the most value from WiFi data collection are those who've connected the data pipeline end to end: from the captive portal, through the CRM, into the marketing automation platform, and back into the analytics dashboard. That closed loop is what turns a WiFi network from a cost centre into a revenue-generating asset. --- RAPID-FIRE Q&A [~1 minute] Let me run through the questions I get asked most often. "Can I capture WiFi traffic without a captive portal?" — Technically yes, at the session metadata level. But without authenticated identity, you're limited to anonymous device data. For commercial use cases, you need the portal. "Does MAC randomisation break my analytics?" — It affects passive probe-based tracking, but not authenticated session data. Once a user logs in, you have a persistent identity record regardless of MAC randomisation. "Do I need a DPA with my WiFi platform provider?" — Yes. Under GDPR Article 28, any third party processing personal data on your behalf requires a Data Processing Agreement. This is non-negotiable. "Can I share WiFi data with third-party advertisers?" — Only with explicit consent for that specific purpose. Bundling it into your general terms of service is not sufficient. --- SUMMARY & NEXT STEPS [~1 minute] To bring this together: your managed WiFi network is capturing four categories of data — device identifiers, session data, login and identity data, and movement and presence data. Each category has different commercial value and different compliance obligations. The organisations winning with WiFi data are those who've built the full stack: compliant capture at the edge, identity resolution in the middle, and actionable analytics at the top. If you're evaluating or upgrading your guest WiFi infrastructure, the questions to ask are: Does the platform enforce GDPR-compliant consent by design? Does it integrate natively with my CRM and marketing stack? Does it surface footfall and presence analytics without requiring additional hardware? And does it support IEEE 802.1X and WPA3 for enterprise authentication? Purple's platform is built to answer yes to all four. You can explore the guest WiFi and analytics capabilities at purple.ai. Thanks for listening. If you found this useful, share it with your network architect or venue operations team. Until next time. --- END OF SCRIPT Total estimated runtime: approximately 10 minutes at a measured professional pace.

header_image.png

Riepilogo Esecutivo

Per i team IT aziendali e gli operatori di sedi, la rete WiFi per gli ospiti non è più solo un'utilità di connettività, ma uno strato critico di acquisizione dati. Tuttavia, molte organizzazioni implementano infrastrutture costose senza una strategia chiara su quali dati raccogliere, come proteggerli o come estrarne valore commerciale.

Questa guida fornisce un riferimento tecnico definitivo sulla raccolta dati WiFi. Analizziamo la telemetria esatta che la tua rete acquisisce, dagli identificatori passivi dei dispositivi ai record di identità autenticati e ai modelli di movimento spaziale. Ancora più importante, delineiamo i framework di conformità—inclusi GDPR, PCI DSS e IEEE 802.1X—necessari per gestire questi dati legalmente. Implementando una pipeline di dati strutturata, le organizzazioni in Vendita al dettaglio , Ospitalità , Sanità e Trasporti possono trasformare la loro infrastruttura di rete da un centro di costo in una risorsa generatrice di entrate che promuove la fedeltà, l'efficienza operativa e un ROI misurabile.

Approfondimento Tecnico: Quali Dati Acquisisce la Tua Rete

Per architettare una strategia di raccolta dati sicura e di valore, è necessario comprendere le quattro distinte categorie di dati generate da una rete WiFi gestita. Confondere queste categorie porta a meccanismi di consenso mal configurati e a un valore aziendale non realizzato.

1. Identificatori del Dispositivo

Prima ancora che un utente si autentichi, qualsiasi dispositivo con la sua radio WiFi abilitata trasmette richieste di probe per scoprire le reti disponibili. Questi probe contengono identificatori hardware critici.

  • MAC Address: L'indirizzo Media Access Control è l'identificatore hardware unico "bruciato" nella Network Interface Card (NIC) del dispositivo.
  • Organisationally Unique Identifier (OUI): I primi tre ottetti dell'indirizzo MAC identificano il produttore hardware (es. Apple, Samsung, Intel).
  • Capacità del Protocollo: La richiesta di probe indica gli standard supportati (es. 802.11ac, Wi-Fi 6, Wi-Fi 6E), il che è essenziale per la pianificazione della capacità di rete.

L'Impatto della Randomizzazione MAC: Da iOS 14 e Android 10, i sistemi operativi mobili implementano la randomizzazione dell'indirizzo MAC per impostazione predefinita per prevenire il tracciamento passivo. Ciò significa che affidarsi esclusivamente a richieste di probe non autenticate per l'analisi a lungo termine non è più fattibile. La soluzione richiede di spostare gli utenti a sessioni autenticate.

2. Dati di Sessione

Una volta che un dispositivo si associa a un SSID e si autentica, il controller di rete o il server RADIUS inizia a registrare la telemetria della sessione. Questa è la base del monitoraggio delle prestazioni di rete.

  • Metriche di Connessione: Timestamp di associazione, durata della sessione e byte totali trasferiti (uplink/downlink).
  • Dati dell'Infrastruttura: L'SSID specifico a cui è connesso e il BSSID (l'indirizzo MAC dello specifico access point che gestisce il client).
  • Metriche del Segnale: Received Signal Strength Indicator (RSSI) e Signal-to-Noise Ratio (SNR), che determinano la qualità della connessione e consentono la triangolazione della posizione.
  • Assegnazione di Rete: L'indirizzo IP assegnato dal DHCP e il tag VLAN.

Questi dati sono essenziali per la pianificazione della capacità di throughput e per comprendere il consumo di larghezza di banda per utente, garantendo che la tua infrastruttura possa gestire i carichi di punta.

wifi_data_types_infographic.png

3. Dati di Accesso e Identità

È qui che l'infrastruttura di rete si interseca con il marketing e il CRM. Quando un utente accede a una rete Guest WiFi tramite un captive portal, fornisce dati di identità di prima parte in cambio della connettività.

  • Informazioni di Identificazione Personale (PII): Nome, indirizzo email, numero di telefono o data di nascita.
  • Metodo di Autenticazione: Se l'utente si è registrato tramite un modulo personalizzato, verifica SMS o OAuth sociale (Google, Facebook, LinkedIn).
  • Record di Consenso: Opt-in espliciti per le comunicazioni di marketing e accettazione dei termini di servizio.

L'acquisizione di questi dati consente alle sedi di costruire profili cliente ricchi. La piattaforma Guest WiFi di Purple funge da provider di identità, presentando una splash page personalizzata, registrando il consenso granulare e inviando il record di identità direttamente nel tuo CRM o piattaforma di automazione del marketing tramite webhooks o API native.

4. Dati di Movimento e Presenza

I dati di movimento sono analisi derivate costruite sulla telemetria di sessione e del dispositivo. Correlano le letture RSSI da un singolo dispositivo attraverso più access point, la rete può triangolare la posizione fisica del dispositivo.

  • Tempo di Permanenza: Quanto tempo un dispositivo rimane in una specifica zona fisica.
  • Flusso dei Visitatori: Il percorso che un utente compie all'interno di una sede, evidenziando colli di bottiglia o percorsi popolari.
  • Frequenza di Ritorno: Identificazione dei visitatori abituali basata sull'identità autenticata (aggirando i problemi di randomizzazione MAC).
  • Mappe di Calore dell'Affluenza: Rappresentazioni visive della densità della sede nel tempo.

Per un approfondimento su come sfruttare questi dati, consulta la nostra guida WiFi Footfall Analytics: Come Misurare e Agire sui Dati dei Visitatori . (For our Spanish-speaking operators, see Análisis de afluencia WiFi: Cómo medir y actuar sobre los datos de los visitantes ). Questa intelligenza è cruciale per i deployment di Indoor Positioning System: UWB, BLE, & WiFi Guide .

Guida all'Implementazione: Costruire la Data Pipeline

Implementare una raccolta dati WiFiL'architettura di raccolta dati richiede di andare oltre la semplice connettività per stabilire una pipeline di dati sicura e conforme.

Fase 1: Segmentazione e Architettura della Rete

La tua rete guest deve essere logicamente separata dagli ambienti aziendali e di pagamento. Implementa l'SSID guest su una VLAN isolata. Assicurati che le regole del firewall neghino esplicitamente il movimento laterale dalla sottorete guest a qualsiasi risorsa interna. Questo è un requisito fondamentale per la conformità PCI DSS.

Fase 2: Configurazione del Captive Portal

Il Captive Portal è l'interfaccia primaria per l'acquisizione dei dati.

  • Onboarding Senza Attriti: Implementa l'autenticazione social OAuth e un'autenticazione senza interruzioni (come l'autenticazione basata su profilo o OpenRoaming) per ridurre i tassi di abbandono.
  • Profilazione Progressiva: Non chiedere 10 punti dati alla prima visita. Chiedi prima un indirizzo email, quindi richiedi ulteriori dettagli (come la data di nascita) nelle visite successive.

Fase 3: Integrazione e Automazione

I dati presenti in una dashboard del controller WiFi hanno un valore limitato. Configura webhook o integrazioni API native per inviare dati di identità e sessione in tempo reale al tuo CRM (es. Salesforce, HubSpot) e alle piattaforme di marketing automation. Ciò abilita flussi di lavoro automatizzati, come l'invio di un'email di benvenuto 10 minuti dopo l'accesso di un utente.

Migliori Pratiche e Quadro di Conformità

La raccolta dati comporta significativi obblighi normativi. Un'architettura conforme è non negoziabile.

compliance_framework_diagram.png

Aderenza a GDPR e UK GDPR

Quando si acquisiscono PII (incluse le email e gli identificatori di dispositivo persistenti), è necessario stabilire una base giuridica per il trattamento.

  • Consenso Disaggregato: Il Captive Portal deve presentare caselle di spunta di opt-in separate ed esplicite per i Termini di Servizio, l'Informativa sulla Privacy e le Comunicazioni di Marketing. Le caselle preselezionate sono illegali.
  • Minimizzazione dei Dati: Raccogli solo i dati necessari per lo scopo definito.
  • Diritto all'Oblio: Implementa flussi di lavoro automatizzati per gestire tempestivamente le richieste di accesso dei soggetti interessati (DSAR) e le richieste di cancellazione.

PCI DSS Segmentation

Se la tua sede elabora carte di credito, la rete WiFi guest non deve condividere l'infrastruttura logica con l'ambiente dei dati del titolare della carta (CDE). La mancata isolazione della rete guest viola i requisiti PCI DSS 1 e 6 e comporterà il fallimento dell'audit.

Standard di Sicurezza Aziendali

Per le reti interne o sicure, implementa IEEE 802.1X con WPA3 Enterprise per l'autenticazione basata su certificati. Per le reti guest, passa a WPA3 Personal con Simultaneous Authentication of Equals (SAE) per proteggere dagli attacchi a dizionario offline e fornire la segretezza in avanti.

Risoluzione dei Problemi e Mitigazione del Rischio

Il "Data Lake" Problema

Problema: Le organizzazioni acquisiscono terabyte di dati di sessione e identità ma non ne estraggono alcun valore di business. Mitigazione: Definisci i casi d'uso commerciali prima dell'implementazione. Se stai raccogliendo indirizzi email, devi avere una strategia di email marketing attiva. Se stai monitorando il traffico pedonale, un team operativo specifico deve essere responsabile della dashboard WiFi Analytics .

Calo delle Analisi dovuto alla Randomizzazione MAC

Problema: Le analisi passive del traffico pedonale mostrano numeri di visitatori artificialmente gonfiati a causa dei dispositivi che ruotano i loro indirizzi MAC. Mitigazione: Sposta la strategia di analisi dal tracciamento passivo delle sonde al tracciamento delle sessioni autenticate. Incentiva gli utenti ad accedere al Captive Portal per stabilire un record di identità persistente.

Conservazione di Dati Obsoleti

Problema: La conservazione indefinita dei dati personali viola i principi di limitazione della conservazione del GDPR e aumenta l'impatto di una violazione. Mitigazione: Implementa politiche automatizzate di conservazione dei dati. Una base standard è di 12-24 mesi per i dati di marketing (aggiornati in caso di visite ripetute) e 90 giorni per i log di sessione grezzi.

ROI e Impatto sul Business

Una strategia di raccolta dati WiFi correttamente architettata trasforma un centro di costo in un motore di entrate.

  1. ROI di Marketing: Acquisendo dati di prima parte, le sedi riducono la dipendenza da costose pubblicità di terze parti. L'acquisizione di email tramite WiFi vanta spesso un Costo Per Acquisizione (CPA) inferiore rispetto agli annunci digitali.
  2. Efficienza Operativa: I dati di movimento consentono alle sedi di ottimizzare i livelli di personale in base all'occupazione in tempo reale, riducendo i costi generali durante i periodi di calma e migliorando il servizio durante i picchi.
  3. Valore per Inquilini e Sponsor: Negli ambienti di vendita al dettaglio e negli stadi, le analisi del traffico pedonale e i dati demografici possono essere monetizzati dimostrando valore agli inquilini o vendendo spazi pubblicitari digitali mirati sulla splash page del Captive Portal. Come discusso nei nostri post Wi Fi in Auto: The Complete 2026 Enterprise Guide e Internet of Things Architecture: A Complete Guide , l'infrastruttura connessa è la base della monetizzazione moderna delle sedi.

Sfruttando la piattaforma completa di Purple, gli operatori aziendali possono garantire che la loro rete non solo fornisca connettività senza interruzioni, ma agisca anche come un motore di acquisizione dati sicuro, conforme e altamente redditizio.

Termini chiave e definizioni

MAC Randomisation

A privacy feature in modern mobile OSs that generates a temporary, fake MAC address when scanning for networks, preventing persistent tracking.

Forces IT teams to rely on authenticated captive portal logins rather than passive probe requests for accurate visitor analytics.

BSSID (Basic Service Set Identifier)

The MAC address of the specific wireless access point radio that a client device is connected to.

Used in location analytics to determine exactly which access point in a venue a user is nearest to, enabling zone-based footfall tracking.

RSSI (Received Signal Strength Indicator)

A measurement of the power present in a received radio signal, typically expressed in negative decibels (-dBm).

The core metric used to triangulate a device's physical location within a venue; a signal closer to 0 indicates closer proximity to the AP.

Captive Portal

A web page that a user is forced to view and interact with before access is granted to a public network.

The primary mechanism for capturing first-party identity data and securing legal consent from network users.

IEEE 802.1X

An IEEE standard for port-based network access control, providing an authentication mechanism to devices wishing to attach to a LAN or WLAN.

The gold standard for enterprise network security, requiring unique credentials or certificates per user rather than a shared password.

VLAN (Virtual Local Area Network)

A logical subnetwork that groups a collection of devices on separate physical local area networks.

Essential for PCI DSS compliance to logically separate guest WiFi traffic from corporate or payment processing traffic on the same physical switches.

Data Minimisation

A GDPR principle stating that personal data collected must be adequate, relevant, and limited to what is necessary for the intended purpose.

Dictates that IT teams should not configure captive portals to ask for unnecessary information (e.g., home address) if the goal is simply email marketing.

OUI (Organisationally Unique Identifier)

The first 24 bits (three octets) of a MAC address, which uniquely identifies the vendor or manufacturer of the network adapter.

Used in network analytics dashboards to categorise the types of devices (e.g., Apple vs. Samsung) connecting to the network.

Casi di studio

A 200-store retail chain is deploying a new guest WiFi network. They want to track repeat visitor frequency and trigger automated marketing emails. However, their current passive analytics show an impossibly high number of 'unique' visitors due to iOS/Android MAC randomisation. How should the network architect design the solution?

  1. Deploy a captive portal requiring user authentication (e.g., Email or Social OAuth) to access the internet.
  2. Configure the portal with GDPR-compliant, unbundled consent checkboxes for marketing communications.
  3. Integrate the WiFi platform's API with the retailer's CRM.
  4. When a user logs in, the platform links their authenticated identity (email) to their current session, bypassing the randomised MAC address.
  5. Configure the CRM to trigger a 'Welcome Back' email workflow when the API registers a new session for an existing identity.
Note di implementazione: This approach correctly identifies that passive tracking is obsolete for persistent identification. By moving the tracking mechanism up the stack to the application layer (authenticated identity) and integrating directly with the CRM, the architect solves both the technical limitation of MAC randomisation and the business requirement for marketing automation.

A large conference centre wants to offer free guest WiFi but shares physical network switches with the venue's point-of-sale (POS) payment terminals. How must the IT manager configure the network to ensure PCI DSS compliance while collecting guest session data?

  1. Implement logical network segmentation using VLANs. Assign the guest WiFi SSID to VLAN 100 and the POS terminals to VLAN 200.
  2. Configure Access Control Lists (ACLs) and firewall rules at the core router/firewall to explicitly deny all traffic routing between VLAN 100 and VLAN 200.
  3. Route guest WiFi traffic directly to the internet gateway, bypassing internal corporate subnets entirely.
  4. Enable client isolation on the guest SSID to prevent guest devices from communicating with each other.
  5. Log all firewall drops for audit purposes.
Note di implementazione: This is a textbook PCI DSS Requirement 1 and 6 implementation. The solution ensures that even though the physical infrastructure is shared, the logical isolation prevents any potential compromise of a guest device from pivoting into the Cardholder Data Environment (CDE).

Analisi degli scenari

Q1. A marketing director wants to use the guest WiFi network to track exactly how long individual, unnamed customers spend in the 'Shoes' department versus the 'Coats' department to optimise store layout. They plan to use MAC address tracking from probe requests. As the IT Manager, how do you advise them?

💡 Suggerimento:Consider recent changes to mobile operating systems regarding privacy and MAC addresses.

Mostra l'approccio consigliato

I would advise the marketing director that relying on unauthenticated MAC address tracking via probe requests is no longer accurate due to MAC randomisation implemented in modern iOS and Android devices. Devices will appear as multiple unique visitors over time. Instead, we should deploy a captive portal to encourage authenticated sessions. Once a user authenticates, we can track their persistent identity and use RSSI triangulation from authenticated session data to accurately measure dwell time in specific zones.

Q2. During a network audit, the QSA notes that the guest WiFi VLAN can route traffic to the VLAN hosting the venue's Point of Sale (POS) terminals. The venue argues that the POS terminals have host-based firewalls enabled. What is the required remediation?

💡 Suggerimento:Review PCI DSS requirements regarding network segmentation and shared infrastructure.

Mostra l'approccio consigliato

The required remediation is to implement strict network segmentation at the core router or firewall level. Relying solely on host-based firewalls on the POS terminals is insufficient for PCI DSS compliance. Access Control Lists (ACLs) must be configured to explicitly deny all routing between the guest WiFi VLAN and the Cardholder Data Environment (CDE) VLAN. The guest traffic must be routed directly to the internet gateway.

Q3. Your organisation is updating its captive portal splash page. The legal team suggests a single checkbox that says 'I agree to the Terms of Service, Privacy Policy, and to receive marketing emails' to reduce onboarding friction. Is this approach recommended?

💡 Suggerimento:Consider GDPR requirements for valid consent.

Mostra l'approccio consigliato

No, this approach is highly discouraged and violates GDPR requirements for granular consent. Consent for marketing communications must be unbundled from the acceptance of general Terms of Service. If a user is forced to accept marketing to access the WiFi, the consent is not considered 'freely given'. The portal must present separate, unticked checkboxes for TOS/Privacy Policy and Marketing Opt-in.

Raccolta dati WiFi: Quali dati la tua rete acquisisce e come utilizzarli | Technical Guides | Purple