%%{init: {"theme": "base", "flowchart": {"useMaxWidth": true}} }%%
graph LR
A("WEP 🚫<br/>RC4 + CRC") --> B("WPA1<br/>TKIP wrapper")
B --> C("WPA2<br/>AES/CCMP")
C --> D("WPA3<br/>SAE + GCMP")
style A fill:#ff4444,stroke:#333,color:#fff
style B fill:#ff9900,stroke:#333,color:#000
style C fill:#44aa44,stroke:#333,color:#fff
style D fill:#2266cc,stroke:#333,color:#fff






















