Missing Network basic function on Mac

FMacPlatformMisc does not have an implementation for the following methods and without it, I cannot detect if my app has internet connection or not. The Generic implementation returns type ENetworkConnectionType::Unknown.

 /**
* Returns the current network connection type (WiFi, Ethernet, None, etc.)
*/
static ENetworkConnectionType GetNetworkConnectionType();

/**
* Returns true if there's an active WiFi connection
*/
static bool HasActiveWiFiConnection();

[Attachment Removed]

Steps to Reproduce
Run an Unreal Engine project on Mac platform and call ```FPlatformMisc::GetNetworkConnectionType()```

[Attachment Removed]

Hi Monica,

Thank you for bringing this to our atention. CL 51501905 now provides implementation to these stubbed out APIs.

Best regards.

[Attachment Removed]