Skip to content

[th/supplicant-config-verify]

Thomas Haller requested to merge th/supplicant-config-verify into master

the first commit will fix #468 (closed) . The rest are some cleanups.

I still kinda think it's pointless to have this verify function at all. We construct the config, thereby know what we want to configure. Then later, we verify what we just did. It's like, when you construct a GVariant (with a GVariantBuilder), do you really need another verify function that checks the same logic again? Anyway... let's at least cleanup this part.

Merge request reports