Searched refs:netChannelInfo (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_device.h | 126 NetChannelInfo netChannelInfo; member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device.c | 120 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 D | json_payload.c | 238 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 D | nstackx_dfinder_mgt_msg_log.c | 284 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 D | coap_discover.c | 183 …CoapResponseServiceDiscovery(remoteUrl, pkt, &deviceInfo->netChannelInfo.wifiApInfo.ip, deviceInfo… in HndPostServiceDiscoverEx()
|