![]() |
![]() |
![]() |
![]() |
#define | NM_DEVICE_WIFI_P2P_HW_ADDRESS |
#define | NM_DEVICE_WIFI_P2P_PEERS |
#define | NM_DEVICE_WIFI_P2P_WFDIES |
4 NM_DEPRECATED_IN_1_24_FOR ();
NM_DEPRECATED_IN_1_24_FOR
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
);