How do you indicate WPA2/3 when there’s a “Personal” or “Enterprise” to append to it? For example, if I am writing something and I say WPA-Enterprise, do people assume I mean just the original WPA from way back in April, 2003, or do they assume I’m using an umbrella term that would cover WPA, WPA2, and WPA3 Enterprise?
I suppose we could use a regular expression:
WPA[23]?-Enterprise
WPA[23]?-Personal
… but that would surely confuse anybody unfamiliar with regex.
Personally, to cut down on confusion, and since nobody uses the original WPA (the WEP hack version) anymore, or at least they sure as heck shouldn’t be, I say:
- WPA2/3-Enterprise
- WPA2/3-Personal
If there are previous blog posts that don’t use this same method, that’s probably because I hadn’t arrived at this conclusion yet!