New issue
Advanced search Search tips

Issue 772929 link

Starred by 3 users

Issue metadata

Status: WontFix
Owner:
Closed: Jul 10
Components:
EstimatedDays: ----
NextAction: ----
OS: Fuchsia
Pri: 3
Type: Bug



Sign in to add a comment

use IOCTL_NETC_GET_IF_INFO in net::GetNetworkList() on Fuchsia

Project Member Reported by sergeyu@chromium.org, Oct 9 2017

Issue description

On fuchsia net::GetNetworkList() currently calls getifaddrs(), but getifaddrs() is not implemented. Since we have netconfig.h in the SDK now it should be possible to use IOCTL_NETC_GET_IF_INFO to get list of networks on Fuchsia.
 
Owner: kmarshall@chromium.org
Status: WontFix (was: Untriaged)
GetNetworkList() has already been (re)implemented based on the Netstack::GetInterfaces() FIDL API.

Sign in to add a comment