You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// SSIDSettings returns the first valid SSID and the MinRSNProto associated with it
273
-
// It loops through the credential applicability list and gets the first valid candidate
272
+
// SSIDSettings returns the all valid SSIDs and the MinRSNProto associated with it
273
+
// It loops through the credential applicability list and gets all valid candidate
274
274
// The candidate filtering was based on https://github.com/geteduroam/windows-app/blob/f11f00dee3eb71abd38537e18881463f83b180d3/EduroamConfigure/EapConfig.cs#L84
275
275
// A candidate is valid if:
276
276
// - MinRSNProto is not empty, TODO: shouldn't we just default to CCMP?
277
277
// - The SSID is not empty
278
278
// - The MinRSNProto is NOT TKIP as that is insecure
0 commit comments