Home
last modified time | relevance | path

Searched refs:SetWlanAuthConnInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_auth_negotiation_test/
H A Dtrans_auth_negotiation_test.cpp291 int32_t ret = SetWlanAuthConnInfo(&socketInfo, &authConnInfo);
309 int32_t ret = SetWlanAuthConnInfo(&socketInfo, &authConnInfo);
312 ret = SetWlanAuthConnInfo(&socketInfo, &authConnInfo);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_auth_negotiation.c258 static int32_t SetWlanAuthConnInfo(const struct ConnSocketInfo *socketInfo, AuthConnInfo *authConnI… in SetWlanAuthConnInfo() function
308 return SetWlanAuthConnInfo(&(connInfo->socketInfo), authConnInfo); in ConvertConnInfoToAuthConnInfo()