The 802.11 Wi-Fi standard minimizes the chance of multiple devices interfering with one another by transmitting at the same
time. This carrier-sense multiple access with collision avoidance (CSMA/CA) technology was based on static thresholds that
allowed Wi-Fi devices to avoid interfering with each other on air. However, with increased density and number of Wi-Fi devices,
these static thresholds often lead to CSMA/CA causing devices to defer transmissions unnecessarily.
For example, if two devices associated with different BSSs can hear each transmissions from each other at relatively low signal
strengths, each device has to defer its transmission when it receives a transmission from the other. But if both devices were
to transmit at the same time, it is likely that neither would cause enough interference at the other BSS's receiver to cause
reception failure for either transmission.
Devices today must demodulate packets to look at the MAC header in order to determine whether or not a received packet belongs
to their own BSS. This process consumes power, which could have been saved if devices could quickly identify the BSS by looking
at the PHY header alone, and subsequently drop packets that are from a different BSS. Prior to Wi-Fi 6, there was no provision
for devices to do this.
The new 802.11ax (Wi-Fi 6) standard addresses both of the issues discussed above, through the new BSS Coloring and Spatial
Reuse mechanisms. BSS Coloring is a new provision that allows devices operating in the same frequency space to quickly distinguish
between packets from their own BSS and packets from an Overlapping BSS (OBSS), by simply looking at the "BSS color" value
contained in the HE PHY header. Spatial Reuse allows devices, in certain cases, to transmit at the same time as OBSS packets
they receive, instead of having to defer transmissions due to legacy interference thresholds. Since every Wi-Fi 6 device understands
the BSS color, it can be leveraged to increase power savings by dropping packets earlier, and to identify spatial reuse opportunities.