Home
last modified time | relevance | path

Searched refs:networkInfo (Results 1 - 2 of 2) sorted by relevance

/test/xts/device_attest_lite/services/core/network/
H A Dattest_network.c165 static TLSSession* CustomConfig(const char* seed, ServerInfo* networkInfo) in CustomConfig() argument
168 if (seed == NULL || networkInfo == NULL) { in CustomConfig()
180 memcpy_s(session->serverInfo.hostName, MAX_HOST_NAME_LEN, networkInfo->hostName, in CustomConfig()
181 strlen(networkInfo->hostName)) != 0 || in CustomConfig()
182 memcpy_s(session->serverInfo.port, MAX_PORT_LEN, networkInfo->port, in CustomConfig()
183 strlen(networkInfo->port)) != 0) { in CustomConfig()
220 ServerInfo* networkInfo = (ServerInfo*)head->data; in ConnectNetWork() local
222 tmpSession = CustomConfig(seed, networkInfo); in ConnectNetWork()
/test/xts/hats/hdf/wlan/wifi/client/
H A Dhdf_client_test.cpp73 * @tc.desc: Wifi client get usable networkInfo function test
79 struct NetworkInfoResult networkInfo; in HWTEST_F() local
81 ret = GetUsableNetworkInfo(&networkInfo); in HWTEST_F()

Completed in 3 milliseconds