Connection configuration is equipped with GUID now for multiple credential prompt disambiguation later

This commit is contained in:
2016-08-24 11:34:30 +02:00
parent 38e1443276
commit 1cb6ca5adb
4 changed files with 67 additions and 3 deletions

View File

@@ -550,6 +550,7 @@ namespace eap
/// @}
public:
GUID m_connection_id; ///< Unique connection ID
std::vector<eap::config_provider> m_providers; ///< Array of provider configurations
};
}