commitConfiguration(_:authorization:)
Commit a configuration for the given WLAN interface.
Declaration
func commitConfiguration(_ configuration: CWConfiguration, authorization: SFAuthorization?) throwsParameters
- configuration:
The configuration to commit.
- authorization:
An SFAuthorization object to use for authorizing the commit. This parameter is optional and can be passed as nil.
Discussion
This method requires the caller have root privileges or obtain administrator privileges with the authorization parameter.