Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb48683' into 'master'
Add missing implementation

See merge request mer-core/libconnman-qt!45
  • Loading branch information
inzanity committed Mar 25, 2020
2 parents e8cd713 + 63b7af3 commit d2a868e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libconnman-qt/networkservice.cpp
Expand Up @@ -1708,6 +1708,11 @@ bool NetworkService::domainSuffixMatchAvailable() const
return (m_priv->m_propGetFlags & Private::PropertyDomainSuffixMatch) != 0;
}

bool NetworkService::anonymousIdentityAvailable() const
{
return (m_priv->m_propGetFlags & Private::PropertyAnonymousIdentity) != 0;
}

QString NetworkService::clientCert() const
{
return m_priv->stringValue(Private::ClientCert);
Expand Down

0 comments on commit d2a868e

Please sign in to comment.