Top | ![]() |
![]() |
![]() |
![]() |
const char * | nm_device_wifi_p2p_get_hw_address () |
NMWifiP2PPeer * | nm_device_wifi_p2p_get_peer_by_path () |
const GPtrArray * | nm_device_wifi_p2p_get_peers () |
void | nm_device_wifi_p2p_start_find () |
gboolean | nm_device_wifi_p2p_start_find_finish () |
void | nm_device_wifi_p2p_stop_find () |
gboolean | nm_device_wifi_p2p_stop_find_finish () |
#define | NM_DEVICE_WIFI_P2P_HW_ADDRESS |
#define | NM_DEVICE_WIFI_P2P_PEERS |
#define | NM_DEVICE_WIFI_P2P_WFDIES |
NMDeviceWifiP2P |
const char *
nm_device_wifi_p2p_get_hw_address (NMDeviceWifiP2P *device
);
nm_device_wifi_p2p_get_hw_address
is deprecated and should not be used in newly-written code.
NMWifiP2PPeer * nm_device_wifi_p2p_get_peer_by_path (NMDeviceWifiP2P *device
,const char *path
);
const GPtrArray *
nm_device_wifi_p2p_get_peers (NMDeviceWifiP2P *device
);
void nm_device_wifi_p2p_start_find (NMDeviceWifiP2P *device
,GVariant *options
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
gboolean nm_device_wifi_p2p_start_find_finish (NMDeviceWifiP2P *device
,GAsyncResult *result
,GError **error
);
void nm_device_wifi_p2p_stop_find (NMDeviceWifiP2P *device
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
gboolean nm_device_wifi_p2p_stop_find_finish (NMDeviceWifiP2P *device
,GAsyncResult *result
,GError **error
);
“peer-added”
signalvoid user_function (NMDeviceWifiP2P *nmdevicewifip2p, GObject *arg1, gpointer user_data)
Flags: Run First
“peer-removed”
signalvoid user_function (NMDeviceWifiP2P *nmdevicewifip2p, GObject *arg1, gpointer user_data)
Flags: Run First