Method

AstalNetworkAccessPointactivate

Declaration

void
astal_network_access_point_activate (
  AstalNetworkAccessPoint* self,
  const gchar* password,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description

Activates the first connection associated with this AccessPoint or creates a new SimpleConnection using “wpa-psk” and activates it. Returns whether the connection is the new active connection.

Parameters

password

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
_callback_

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
_callback__target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.