Contents

SCNetworkInterfaceGetExtendedConfiguration(_:_:)

Returns the extended configuration settings associated with the specified interface.

Declaration

func SCNetworkInterfaceGetExtendedConfiguration(_ interface: SCNetworkInterface, _ extendedType: CFString) -> CFDictionary?

Parameters

  • interface:

    The network interface.

  • extendedType:

    The type of extended information (for example, EAPOL).

Return Value

The configuration settings associated with the interface, or NULL if no configuration settings are associated with the interface or an error occurred.

See Also

Configuring Network Interfaces