[22:04] Sometimes my desire for easily recognizable unique identifiers overrides any semblance of easy typing. [22:04] ConnectionSettingsEngine::Security802_1xFastProvisioningMode::Security802_1xFastProvisioningAuthenticated [22:05] is one of the enum values I have in here [22:08] thankfully C++'s enum system is weird so the middle term of that is actually omitted when specifying it, but I still have some seriously longwinded switch statements in here :P