Home
last modified time | relevance | path

Searched refs:netChannelInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device.h126 NetChannelInfo netChannelInfo; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device.c120 const struct in_addr *remoteIp = &(deviceInfo->netChannelInfo.wifiApInfo.ip); in UpdateDeviceDbInDeviceList()
226 …(void)inet_ntop(AF_INET, &deviceInfo->netChannelInfo.wifiApInfo.ip, wifiIpAddr, sizeof(wifiIpAddr)… in SetReservedInfoFromDeviceInfo()
H A Djson_payload.c238 if (inet_pton(AF_INET, item->valuestring, &(dev->netChannelInfo.wifiApInfo.ip)) != 1) { in ParseWifiApJsonData()
241 dev->netChannelInfo.wifiApInfo.state = NET_CHANNEL_STATE_CONNETED; in ParseWifiApJsonData()
H A Dnstackx_dfinder_mgt_msg_log.c284 if (inet_ntop(AF_INET, &(dev->netChannelInfo.wifiApInfo.ip), ip, sizeof(ip)) == NULL) { in UnpackLogToStr()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_discover.c183 …CoapResponseServiceDiscovery(remoteUrl, pkt, &deviceInfo->netChannelInfo.wifiApInfo.ip, deviceInfo… in HndPostServiceDiscoverEx()