Skip to main content

What is a Probe Request? Understanding How Devices Discover Networks

This technical reference guide provides a deep-dive into IEEE 802.11 probe requests, active versus passive scanning, and the impact of MAC randomisation on venue analytics. It delivers actionable implementation strategies for network architects to optimise high-density deployments, mitigate probe storms, and ensure accurate, GDPR-compliant data collection using authenticated identity layers.

📖 6 min read📝 1,416 words🔧 2 worked examples3 practice questions📚 8 key definitions

Listen to this guide

View podcast transcript
What Is a Probe Request? Understanding How Devices Discover Networks. A Purple Technical Briefing. Introduction and Context. Welcome to this Purple technical briefing. I'm going to walk you through one of the most fundamental — and most frequently misunderstood — mechanisms in enterprise WiFi: the probe request. If you're responsible for a guest WiFi deployment, a multi-site retail network, or a venue analytics programme, understanding probe requests isn't optional. It's the foundation on which everything else sits — from footfall analytics and dwell time measurement to MAC randomisation challenges and GDPR compliance. So let's get into it. Every time a device — a smartphone, a laptop, a tablet — is not connected to a network, it's constantly scanning for one. That scanning process begins with a probe request. It's a management frame, defined under IEEE 802.11, and it's transmitted by the client device, not the access point. Think of it as the device shouting into the room: "Is anyone here I know?" The access point listens, and if it recognises the request, it responds. This happens hundreds of times a day, often without the device owner ever knowing. And for network architects and venue operators, those probe requests are a goldmine of operational data — if you know how to capture and interpret them correctly. Technical Deep-Dive. Let's go deeper into the mechanics. A probe request is a Layer 2 management frame transmitted on the 2.4 GHz or 5 GHz radio bands. Under the IEEE 802.11 standard, it's classified as a subtype 4 management frame. The frame contains several key information elements: the SSID field, the supported rates element, the extended supported rates element, and capability information including HT — that's high-throughput — and VHT capabilities for 802.11ac devices. There are two types of probe requests. The first is a broadcast probe request, sometimes called a wildcard probe. Here the SSID field is empty — the device is essentially asking any access point in range to identify itself. The second is a directed probe request, where the SSID field contains a specific network name. This happens when the device is actively looking for a network it has previously connected to and has stored in its preferred network list. The access point's response — the probe response frame — mirrors much of the beacon frame content. It includes the SSID, the BSSID, the beacon interval, the timestamp, and the full capability set. This exchange is what allows a device to build its list of available networks before the user even opens their WiFi settings. Now, there's an important distinction between active scanning and passive scanning. Active scanning is the probe request and response cycle I've just described. Passive scanning is different — the device simply listens for beacon frames that access points broadcast periodically, typically every 100 milliseconds. Passive scanning is slower but uses less power. Most modern devices use a combination of both, depending on their power state and the regulatory domain they're operating in. Here's where it gets operationally significant. In a high-density venue — a stadium, a conference centre, a large retail floor — you can have thousands of devices simultaneously sending probe requests across multiple channels. This creates what's known as probe storm conditions. Each probe request consumes airtime. In a poorly designed network, this management frame overhead can measurably degrade throughput for connected clients. This is why enterprise-grade access points implement probe request filtering and rate limiting as standard. Now let's talk about MAC addresses and why this matters enormously for analytics. Historically, every probe request carried the device's real hardware MAC address — a globally unique 48-bit identifier burned into the network interface card. This made probe-based analytics extremely reliable. You could track a device across your venue, measure dwell time, identify repeat visitors, and build footfall heatmaps with high confidence. That changed significantly with iOS 14 in 2020 and Android 10 before it. Apple and Google introduced MAC address randomisation for probe requests. Instead of broadcasting the real hardware MAC, devices now generate a randomised MAC address for scanning. On iOS, this randomisation is per-SSID — meaning the device uses a consistent randomised MAC when connecting to a specific network, but a different one when probing. On Android, the implementation varies by manufacturer. The practical impact for venue operators is significant. Probe-based footfall analytics that relied on persistent MAC addresses are now unreliable for unconnected devices. Unique device counts are inflated. Repeat visitor identification from probe data alone is no longer viable. The solution — and this is where authenticated guest WiFi becomes critical — is to move your identity layer from the MAC address to the authenticated user. When a visitor connects through a captive portal or a social login, you capture a persistent, consented identity that survives MAC randomisation. Purple's guest WiFi platform does exactly this — it ties the analytics to the authenticated session, not the hardware address, giving you accurate, GDPR-compliant footfall data regardless of the device's MAC behaviour. There's also a security dimension to probe requests that network security analysts need to understand. Because probe requests are unencrypted management frames, they're visible to anyone with a packet capture tool in monitor mode. A directed probe request reveals the SSIDs of networks a device has previously connected to — what's known as the preferred network list, or PNL. This is a genuine privacy exposure. A device walking through your venue is broadcasting the names of every network it's ever joined. This is one of the reasons MAC randomisation was introduced in the first place. From an attack surface perspective, probe requests enable evil twin attacks. An attacker who captures a directed probe request for a specific SSID can stand up a rogue access point with that SSID and wait for the device to auto-connect. WPA3's enhanced open and simultaneous authentication of equals — SAE — protocols significantly mitigate this risk, but only if your infrastructure supports and enforces them. Implementation Recommendations and Pitfalls. Right, let's move to what you actually do with this in a real deployment. First, if you're deploying or refreshing a guest WiFi network in a high-density venue, your access point placement and channel planning must account for probe request overhead. Use a minimum channel width strategy — 20 MHz on 2.4 GHz — and implement minimum RSSI thresholds to prevent distant devices from associating. Most enterprise controllers allow you to set probe response filtering so that APs only respond to devices above a certain signal strength. This reduces management frame noise significantly. Second, if you're running footfall or dwell time analytics, accept that probe-only data is no longer sufficient. Your analytics strategy needs to be built around authenticated sessions. This means your captive portal or onboarding flow needs to be frictionless enough that visitors actually connect. Purple's data shows that venues with a well-designed onboarding experience — social login, email capture, or a passwordless flow — see connection rates of 60 to 80 percent of devices in venue. That's your analytics population. Third, for GDPR compliance in the UK and EU, probe request data collection — even anonymised — requires careful legal basis assessment. If you're capturing and storing probe frames for analytics, you need to document your legitimate interest basis and ensure data minimisation. The ICO's guidance on WiFi tracking is clear: if you can identify an individual from the data, even indirectly, it's personal data. Work with your DPO before deploying any probe-based analytics system. Fourth, watch out for probe storms in dense environments. If you're seeing unexplained throughput degradation in a venue with high footfall, pull your AP logs and look at management frame rates. A probe storm is often the culprit. The fix is a combination of minimum RSSI filtering, probe response rate limiting, and ensuring your 5 GHz band is properly advertised so capable devices prefer it over 2.4 GHz. Rapid-Fire Q&A. Let me run through a few questions that come up regularly. Can I use probe requests to count footfall without a captive portal? Technically yes, but post-iOS 14 the accuracy is poor. You'll see inflated unique counts and no repeat visitor data. For anything beyond rough order-of-magnitude estimates, you need authenticated sessions. Do probe requests work on 6 GHz WiFi 6E networks? Yes, but with differences. The 6 GHz band uses a discovery mechanism called FILS — Fast Initial Link Setup — and out-of-band discovery, which changes the probe dynamics. If you're deploying WiFi 6E, check your vendor's documentation on 6 GHz scanning behaviour. What's the difference between a probe request and an association request? A probe request is pre-association — the device is discovering networks. An association request comes after authentication, when the device is formally requesting to join a specific network. They're different stages of the 802.11 connection state machine. Is MAC randomisation consistent once connected? On iOS, yes — the device uses a stable randomised MAC for a given SSID. On Android, it varies. Some implementations re-randomise on each connection. This is why session-based identity, not MAC-based identity, is the right architecture. Summary and Next Steps. To wrap up: probe requests are the heartbeat of WiFi discovery. Every device in your venue is generating them constantly. Understanding their structure, their limitations, and their security implications is fundamental to designing reliable, analytics-capable, and compliant guest WiFi deployments. The key takeaways are these. One: probe-based analytics without authentication are unreliable in a post-MAC-randomisation world. Two: authenticated guest WiFi is your identity layer — it's what makes your analytics accurate and your data GDPR-compliant. Three: probe storm management is a real operational concern in high-density venues and needs to be addressed at the infrastructure design stage. Four: directed probe requests expose your device's preferred network list — a genuine security risk that WPA3 and network hygiene practices can mitigate. If you want to go deeper, Purple's technical documentation covers how our hardware-agnostic platform captures and processes probe data alongside authenticated session data to give you accurate venue analytics. You can also explore our guides on WiFi wayfinding and trilateration, which build directly on the probe request fundamentals we've covered today. Thanks for listening. This has been a Purple technical briefing.

header_image.png

Executive Summary

For enterprise network architects and venue operations directors, the probe request is the foundational mechanism of wireless device discovery. It is a Layer 2 management frame that dictates how unconnected devices identify and associate with access points in Retail , Hospitality , and Transport environments. However, the landscape of probe-based analytics has fundamentally shifted. With the ubiquitous implementation of MAC address randomisation across iOS and Android, legacy footfall tracking and dwell time measurement relying solely on unauthenticated probe data are no longer viable or compliant.

This guide unpacks the technical mechanics of the probe request and response cycle, explores the critical distinction between active and passive scanning, and details the operational impact of probe storms in high-density deployments. More importantly, it provides a strategic roadmap for transitioning from hardware-based tracking to authenticated, identity-driven analytics using Guest WiFi and WiFi Analytics platforms, ensuring robust network performance and actionable business intelligence.

Technical Deep-Dive: The Mechanics of Discovery

The IEEE 802.11 State Machine

Before a device can transmit IP traffic, it must traverse the 802.11 connection state machine: Discovery, Authentication, and Association. The probe request operates exclusively in the Discovery phase. It is classified as a Subtype 4 Management Frame, transmitted by the client device (STA) to locate available Basic Service Sets (BSS).

There are two primary methods of discovery:

  1. Passive Scanning: The client device tunes its radio to a specific channel and listens for Beacon frames broadcasted periodically (typically every 100ms) by the Access Point (AP). This method conserves battery life but increases discovery latency.
  2. Active Scanning: The client device proactively transmits Probe Request frames on various channels and awaits Probe Response frames from APs. This accelerates discovery but consumes airtime and power.

Broadcast vs. Directed Probe Requests

Active scanning utilises two distinct types of probe requests:

  • Broadcast (Wildcard) Probe Request: The Service Set Identifier (SSID) field is set to null (length zero). The device is broadcasting to any AP in range, effectively asking, "Who is out there?" All APs receiving this frame, provided they are not configured to hide their SSID, will reply with a Probe Response.
  • Directed Probe Request: The SSID field contains a specific network name. The device is querying for a known network from its Preferred Network List (PNL). Only APs hosting that specific SSID will respond. This mechanism is crucial for devices attempting to auto-connect to hidden networks.

probe_request_flow_diagram.png

Anatomy of a Probe Request Frame

A standard probe request frame contains critical Information Elements (IEs) that inform the AP of the client's capabilities. Key fields include:

  • MAC Header: Contains the Frame Control, Duration, Destination Address (usually the broadcast address ff:ff:ff:ff:ff:ff), Source Address (the client's MAC), and BSSID.
  • SSID: The target network name (or null for broadcast).
  • Supported Rates: Defines the basic and operational data rates the client supports (e.g., 1, 2, 5.5, 11 Mbps for legacy 802.11b, up to modern OFDM rates).
  • Extended Supported Rates: Additional data rates supported by the client.
  • HT/VHT/HE Capabilities: Indicates support for High Throughput (802.11n), Very High Throughput (802.11ac), or High Efficiency (802.11ax/WiFi 6) features, including spatial streams and channel widths.

Understanding these capabilities is essential for APs to negotiate the optimal connection parameters during the subsequent association phase.

The Impact of MAC Randomisation

Historically, the Source Address in the probe request was the device's globally unique, burned-in MAC address. This persistence allowed venue operators to track unconnected devices, measure dwell times, and build footfall heatmaps simply by passively listening to probe requests.

However, privacy concerns regarding the broadcast of persistent identifiers led to the implementation of MAC randomisation. Introduced in iOS 14 and Android 10, modern operating systems now generate a randomised, locally administered MAC address when transmitting probe requests.

The End of Unauthenticated Tracking

mac_randomisation_impact_chart.png

The operational impact is profound:

  • Inflated Device Counts: A single device may generate multiple randomised MAC addresses over time, artificially inflating unique visitor metrics in legacy analytics systems.
  • Broken Dwell Time: Tracking a device's journey across a venue is impossible if its identifier changes mid-visit.
  • Loss of Repeat Visitor Data: Without a persistent identifier, distinguishing a new visitor from a returning one via probe data is unfeasible.

The IIdentity-Driven Solution

To restore analytical accuracy, the tracking paradigm must shift from Layer 2 hardware identifiers to Layer 7 authenticated identities. By implementing a robust captive portal or seamless onboarding flow (such as How a wi fi assistant Enables Passwordless Access in 2026 ), venues capture a persistent, consented identity (e.g., email, social profile, or loyalty ID).

Once a user authenticates, the Purple platform correlates the current MAC address (even if randomised for that specific SSID) with the user's persistent profile. This ensures that subsequent visits and movements are accurately tracked against the authenticated identity, bypassing the limitations of MAC randomisation entirely. This approach is fundamental to executing strategies outlined in How To Improve Guest Satisfaction: The Ultimate Playbook .

Implementation Guide: Optimising for High-Density

In environments like stadiums or large retail spaces, the sheer volume of probe requests from thousands of devices can severely degrade network performance. This phenomenon, known as a Probe Storm, consumes valuable airtime, leaving less capacity for actual data transmission.

Mitigating Probe Storms

Network architects must implement proactive configuration strategies to manage management frame overhead:

  1. Probe Response Suppression: Configure APs to ignore broadcast probe requests from devices with a Received Signal Strength Indicator (RSSI) below a specific threshold (e.g., -75 dBm). If a device is too far away to establish a reliable connection, the AP should not waste airtime responding to its probes.
  2. Disable Lower Data Rates: By disabling legacy data rates (e.g., 1, 2, 5.5, 11 Mbps) and setting the minimum mandatory basic rate to 12 Mbps or 24 Mbps, management frames (which are transmitted at the lowest basic rate) consume significantly less airtime.
  3. Band Steering: Actively steer capable clients to the 5 GHz or 6 GHz bands. The 2.4 GHz band has limited non-overlapping channels and is highly susceptible to congestion from probe storms.
  4. Limit SSIDs: Every SSID broadcasted by an AP requires its own set of Beacon frames and Probe Responses. Restrict the number of SSIDs to an absolute minimum (ideally no more than three per AP) to reduce management overhead.

Security and Compliance

The Privacy Exposure of Directed Probes

Directed probe requests pose a unique security risk. Because they broadcast the names of previously connected networks (the PNL), an attacker capturing these frames can build a profile of a user's movements (e.g., identifying their home network, employer, or frequented cafes).

Furthermore, this exposes the device to Evil Twin attacks. An attacker can deploy a rogue AP broadcasting an SSID from the victim's PNL. The victim's device, recognising the familiar SSID in its directed probe response, may automatically associate with the rogue AP, exposing traffic to interception.

Mitigation: Implementing WPA3-Enterprise or WPA3-Enhanced Open (OWE) mitigates the risk of interception post-association, but network hygiene (users manually forgetting public networks) remains the primary defence against PNL exposure.

GDPR and Legitimate Interest

Under the UK GDPR and EU GDPR, collecting MAC addresses—even if hashed or randomised—can constitute processing personal data if it can be linked to an individual. When deploying probe-based analytics, organisations must:

  • Establish a clear lawful basis (typically Legitimate Interest for anonymised footfall, or Consent for targeted marketing).
  • Implement prominent signage informing visitors that WiFi scanning is in operation.
  • Provide a clear opt-out mechanism.

Transitioning to an authenticated Guest WiFi model simplifies compliance, as explicit consent is captured during the onboarding process.

ROI & Business Impact

Understanding and managing probe requests is not merely a technical exercise; it directly impacts the bottom line.

  • Network Performance: Proper probe storm mitigation ensures high throughput and low latency for connected users, directly influencing guest satisfaction and operational efficiency.
  • Accurate Analytics: Transitioning from flawed probe-based tracking to authenticated identity layers ensures marketing and operations teams base decisions on reliable data. This is critical for measuring campaign attribution, optimising staffing levels based on genuine footfall, and driving revenue through targeted engagement.
  • Risk Mitigation: Proactive management of management frames and adherence to privacy regulations protects the organisation from compliance fines and reputational damage.

By mastering the mechanics of device discovery, IT leaders can architect networks that are not only resilient and performant but also serve as foundational assets for enterprise intelligence. For further insights into location-based tracking, review The Mechanics of WiFi Wayfinding: Trilateration and RSSI Explained .

Key Definitions

Probe Request

A Layer 2 management frame transmitted by a client device to discover available 802.11 networks in its vicinity.

The fundamental mechanism for network discovery before a device authenticates or associates.

Probe Response

A management frame transmitted by an Access Point in reply to a Probe Request, containing network capabilities and configuration parameters.

Provides the client with the necessary information to initiate the association process.

MAC Randomisation

A privacy feature where a device generates a temporary, locally administered MAC address instead of its permanent hardware address when scanning for networks.

Renders legacy, unauthenticated footfall analytics inaccurate by inflating unique device counts.

Probe Storm

A condition in high-density environments where the sheer volume of probe requests and responses consumes a significant percentage of available airtime.

Causes severe network performance degradation, requiring specific AP configuration mitigations.

Preferred Network List (PNL)

A list maintained by a client device containing the SSIDs of networks it has previously connected to.

Devices broadcast these SSIDs in Directed Probe Requests, creating potential privacy and security risks.

RSSI (Received Signal Strength Indicator)

A measurement of the power present in a received radio signal.

Used in Probe Response Suppression to filter out requests from distant devices.

Management Frame

802.11 frames used to establish and maintain communications between clients and APs (e.g., Beacons, Probes, Authentication frames).

Unlike data frames, they carry network control information and must be carefully managed to preserve airtime.

Band Steering

A technique used by APs to encourage dual-band clients to connect to the less congested 5 GHz or 6 GHz bands rather than 2.4 GHz.

A key strategy for mitigating the impact of probe storms on legacy bands.

Worked Examples

A 400-store retail chain is experiencing severe WiFi performance degradation during peak weekend hours. The IT dashboard shows high channel utilisation on the 2.4 GHz band, but data throughput is low. How should the network architect address this?

  1. Conduct a packet capture to confirm the presence of a probe storm. 2. Implement Probe Response Suppression, configuring APs to ignore probe requests with an RSSI weaker than -75 dBm. 3. Disable legacy 802.11b data rates (1, 2, 5.5, 11 Mbps) to force management frames to transmit at higher speeds, consuming less airtime. 4. Enable aggressive band steering to push dual-band clients to 5 GHz.
Examiner's Commentary: This scenario highlights the classic symptoms of management frame overhead. By addressing the root cause (excessive low-rate probe responses), the architect reclaims airtime for actual data payloads without requiring hardware upgrades.

A marketing director at a large conference centre reports that their footfall analytics dashboard shows 50,000 unique visitors, but ticket sales indicate only 15,000 attendees. What is causing this discrepancy and how can it be resolved?

The discrepancy is caused by MAC address randomisation. Unconnected devices are transmitting probe requests with rotating MAC addresses, causing the legacy analytics platform to count single devices multiple times. The solution is to deploy an authenticated Guest WiFi portal. By requiring users to log in (e.g., via email or social SSO), the venue ties analytics to a persistent identity rather than a rotating hardware identifier.

Examiner's Commentary: This demonstrates the critical business impact of iOS 14/Android 10 changes. It underscores the necessity of moving from passive Layer 2 tracking to active Layer 7 authenticated analytics for reliable business intelligence.

Practice Questions

Q1. You are designing the WiFi network for a 50,000-seat stadium. During a test event, you observe 60% channel utilisation on 2.4 GHz, but very little actual data traffic. Which configuration change will have the most immediate positive impact?

Hint: Consider how management frames are transmitted and how to reduce their footprint on the airtime.

View model answer

Disable the lowest mandatory basic data rates (1, 2, 5.5, 11 Mbps) and implement Probe Response Suppression for clients with an RSSI weaker than -75 dBm. This forces management frames to transmit faster (taking up less airtime) and stops the APs from responding to devices too far away to connect reliably.

Q2. A client requests a footfall tracking solution that does not require users to connect to the WiFi, citing a desire for 'frictionless analytics'. How should you advise them?

Hint: Factor in modern mobile OS privacy features and the limitations of Layer 2 tracking.

View model answer

Advise the client that unauthenticated, probe-based footfall tracking is no longer reliable due to MAC address randomisation in iOS 14+ and Android 10+. Unconnected devices will appear as multiple unique visitors, severely inflating the data. The recommended architecture is to deploy a seamless, authenticated Guest WiFi portal to capture persistent Layer 7 identities, ensuring accurate data and GDPR compliance.

Q3. An executive is concerned about the security implications of devices broadcasting their Preferred Network Lists (PNL). What is the specific attack vector they are worried about, and how is it executed?

Hint: Think about how an attacker might use the information contained in a Directed Probe Request.

View model answer

The executive is concerned about an Evil Twin attack. An attacker captures a Directed Probe Request containing an SSID from the device's PNL. The attacker then stands up a rogue access point broadcasting that exact SSID. Because the device trusts the network name, it may automatically associate with the rogue AP, allowing the attacker to intercept traffic or launch man-in-the-middle attacks.