835 Wi-Fi: Comprehensive Review - Wi-Fi 6 Features
ImportantWi-Fi 6 Game-Changing Features for IoT
Note: The magnitude of power and efficiency gains depends on chipset, PHY rate, beacon interval, and traffic patterns; treat the numeric examples below as illustrative.
Target Wake Time (TWT): - Schedules exact device wake times β eliminates beacon listening - Battery life improvement: 98Γ longer (16.6 years vs 61.8 days) - Example: Sensor sleeps deeply, wakes at 10:00:00, transmits, returns to sleep
OFDMA (Orthogonal Frequency Division Multiple Access): - Divides channel into Resource Units for simultaneous multi-device transmission - Efficiency improvement: 4Γ more devices per AP vs Wi-Fi 5 - Example: 8 IoT sensors transmit concurrently instead of queuing
BSS Coloring: - Differentiates overlapping networks β reduces co-channel interference - Spatial reuse improvement: 30% more concurrent transmissions - Example: Adjacent APs reuse channels without causing collisions
835.0.1 Wi-Fi 6 OFDMA Resource Unit Allocation
Wi-Fi 6 revolutionizes multi-device efficiency by dividing channels into Resource Units:
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#2C3E50', 'primaryTextColor': '#fff', 'primaryBorderColor': '#16A085', 'lineColor': '#16A085', 'secondaryColor': '#E67E22', 'tertiaryColor': '#ecf0f1', 'fontSize': '13px'}}}%%
graph TB
subgraph WIFI5["Wi-Fi 5 (802.11ac) - Sequential OFDM"]
AP5[Access Point]
T1[Time Slot 1: Camera 2Mbps]
T2[Time Slot 2: Sensor 100 bytes]
T3[Time Slot 3: Vibration 200 kbps]
T4[Time Slot 4: AGV 400 kbps]
AP5 --> T1
T1 --> T2
T2 --> T3
T3 --> T4
end
subgraph WIFI6["Wi-Fi 6 (802.11ax) - Parallel OFDMA"]
AP6[Access Point]
subgraph RU["Single Transmission - Multiple RUs"]
RU1[RU1: 242-tone<br/>Camera 2Mbps]
RU2[RU2: 106-tone<br/>AGV 400 kbps]
RU3[RU3: 52-tone<br/>Vibration 200 kbps]
RU4[RU4: 26-tone<br/>Sensor 100 bytes]
end
AP6 -.->|Parallel TX| RU1
AP6 -.->|Parallel TX| RU2
AP6 -.->|Parallel TX| RU3
AP6 -.->|Parallel TX| RU4
end
style WIFI5 fill:#fdeaa8,stroke:#E67E22,stroke-width:3px
style WIFI6 fill:#d5f4e6,stroke:#16A085,stroke-width:3px
style AP5 fill:#E67E22,stroke:#2C3E50,stroke-width:2px
style AP6 fill:#16A085,stroke:#2C3E50,stroke-width:2px
style T1 fill:#7F8C8D,stroke:#2C3E50,stroke-width:1px
style T2 fill:#7F8C8D,stroke:#2C3E50,stroke-width:1px
style T3 fill:#7F8C8D,stroke:#2C3E50,stroke-width:1px
style T4 fill:#7F8C8D,stroke:#2C3E50,stroke-width:1px
style RU fill:#ecf0f1,stroke:#16A085,stroke-width:2px
style RU1 fill:#2C3E50,stroke:#16A085,stroke-width:2px,color:#fff
style RU2 fill:#2C3E50,stroke:#16A085,stroke-width:2px,color:#fff
style RU3 fill:#2C3E50,stroke:#16A085,stroke-width:2px,color:#fff
style RU4 fill:#2C3E50,stroke:#16A085,stroke-width:2px,color:#fff
835.0.2 Wi-Fi 6 Target Wake Time (TWT) Operation
TWT schedules device wake times to eliminate power-hungry beacon listening:
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#2C3E50', 'primaryTextColor': '#fff', 'primaryBorderColor': '#16A085', 'lineColor': '#16A085', 'secondaryColor': '#E67E22', 'tertiaryColor': '#ecf0f1', 'fontSize': '13px'}}}%%
gantt
title Wi-Fi 6 TWT Power Savings (10-second reporting cycle)
dateFormat X
axisFormat %L ms
section Wi-Fi 5 (No TWT)
Beacon Listen (100ms @ 100mA) :active, 0, 100
Deep Sleep (9.9s @ 10Β΅A) :crit, 100, 9900
section Wi-Fi 6 (With TWT)
Scheduled Wake (0.028ms) :active, 0, 1
Deep Sleep (10s @ 10Β΅A) :crit, 1, 10000
835.0.3 Wi-Fi Channel Planning for Dense Deployments
Proper channel allocation is critical for avoiding co-channel interference:
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#2C3E50', 'primaryTextColor': '#fff', 'primaryBorderColor': '#16A085', 'lineColor': '#16A085', 'secondaryColor': '#E67E22', 'tertiaryColor': '#ecf0f1', 'fontSize': '13px'}}}%%
graph TB
subgraph BAND24["2.4 GHz Band - Limited Channels"]
CH1[Channel 1<br/>2412 MHz]
CH6[Channel 6<br/>2437 MHz]
CH11[Channel 11<br/>2462 MHz]
OVL[Overlapping Channels<br/>2-5, 7-10, 12-14<br/>Avoid unless crowded]
CH1 -.->|25 MHz spacing| CH6
CH6 -.->|25 MHz spacing| CH11
end
subgraph BAND5["5 GHz Band - Many Channels"]
UNII1[UNII-1: Ch 36,40,44,48<br/>5.15-5.25 GHz]
UNII2[UNII-2: Ch 52,56,60,64<br/>5.25-5.35 GHz<br/>DFS Required]
UNII3[UNII-3: Ch 100-144<br/>5.47-5.725 GHz<br/>DFS Required]
UNII4[UNII-4: Ch 149-165<br/>5.725-5.850 GHz]
UNII1 --> UNII2
UNII2 --> UNII3
UNII3 --> UNII4
end
subgraph PLAN["Optimal Channel Assignment"]
GRID[28 APs in 4Γ7 Grid]
P1[Pattern: Ch 42, 58, 106, 122, 138]
P2[Reuse Factor: 2-channel spacing]
P3[Reduced Co-Channel Interference]
GRID --> P1
P1 --> P2
P2 --> P3
end
style BAND24 fill:#fdeaa8,stroke:#E67E22,stroke-width:3px
style BAND5 fill:#d5f4e6,stroke:#16A085,stroke-width:3px
style PLAN fill:#ecf0f1,stroke:#2C3E50,stroke-width:3px
style CH1 fill:#E67E22,stroke:#2C3E50,stroke-width:2px
style CH6 fill:#E67E22,stroke:#2C3E50,stroke-width:2px
style CH11 fill:#E67E22,stroke:#2C3E50,stroke-width:2px
style OVL fill:#7F8C8D,stroke:#2C3E50,stroke-width:1px
style UNII1 fill:#16A085,stroke:#2C3E50,stroke-width:2px
style UNII2 fill:#16A085,stroke:#2C3E50,stroke-width:2px
style UNII3 fill:#16A085,stroke:#2C3E50,stroke-width:2px
style UNII4 fill:#16A085,stroke:#2C3E50,stroke-width:2px
style GRID fill:#2C3E50,stroke:#16A085,stroke-width:2px,color:#fff
style P1 fill:#2C3E50,stroke:#16A085,stroke-width:2px,color:#fff
style P2 fill:#2C3E50,stroke:#16A085,stroke-width:2px,color:#fff
style P3 fill:#2C3E50,stroke:#16A085,stroke-width:2px,color:#fff
835.1 Whatβs Next
Continue to Summary and Visual Gallery to review key Wi-Fi concepts, explore visual references for Wi-Fi 6 features and channel planning, and test your comprehensive understanding with final assessment questions.