Home
last modified time | relevance | path

Searched refs:GetIpv6Address (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h326 std::string GetIpv6Address() in GetIpv6Address() function
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp3283 staticIpAddress.ipAddress.address.GetIpv6Address().c_str()) != EOK) { in ConfigStaticIpAddress()
3287 staticIpAddress.gateway.GetIpv6Address().c_str()) != EOK) { in ConfigStaticIpAddress()
3294 staticIpAddress.dnsServer1.GetIpv6Address().c_str()) != EOK) { in ConfigStaticIpAddress()
3298 staticIpAddress.dnsServer2.GetIpv6Address().c_str()) != EOK) { in ConfigStaticIpAddress()
3328 staticIpAddress.ipAddress.address.GetIpv6Address().c_str()) != EOK) { in ConfigStaticIpAddress()
3332 staticIpAddress.gateway.GetIpv6Address().c_str()) != EOK) { in ConfigStaticIpAddress()
3339 staticIpAddress.dnsServer1.GetIpv6Address().c_str()) != EOK) { in ConfigStaticIpAddress()
3343 staticIpAddress.dnsServer2.GetIpv6Address().c_str()) != EOK) { in ConfigStaticIpAddress()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_file_spec.cpp621 << item.staticIpAddress.ipAddress.address.GetIpv6Address() << std::endl; in OutPutWifiIpConfig()
633 << item.staticIpAddress.gateway.GetIpv6Address() << std::endl; in OutPutWifiIpConfig()
639 << item.staticIpAddress.dnsServer1.GetIpv6Address() << std::endl; in OutPutWifiIpConfig()
645 << item.staticIpAddress.dnsServer2.GetIpv6Address() << std::endl; in OutPutWifiIpConfig()