![]() |
![]() |
![]() |
![]() |
#define | NM_DEVICE_WIFI_HW_ADDRESS |
#define | NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS |
#define | NM_DEVICE_WIFI_MODE |
#define | NM_DEVICE_WIFI_BITRATE |
#define | NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT |
#define | NM_DEVICE_WIFI_CAPABILITIES |
#define | NM_DEVICE_WIFI_ACCESS_POINTS |
#define | NM_DEVICE_WIFI_LAST_SCAN |
const char *
nm_device_wifi_get_hw_address (NMDeviceWifi *device
);
nm_device_wifi_get_hw_address
is deprecated and should not be used in newly-written code.
const char *
nm_device_wifi_get_permanent_hw_address
(NMDeviceWifi *device
);
NMDeviceWifiCapabilities
nm_device_wifi_get_capabilities (NMDeviceWifi *device
);
NMAccessPoint *
nm_device_wifi_get_active_access_point
(NMDeviceWifi *device
);
NMAccessPoint * nm_device_wifi_get_access_point_by_path (NMDeviceWifi *device
,const char *path
);
const GPtrArray *
nm_device_wifi_get_access_points (NMDeviceWifi *device
);
gboolean nm_device_wifi_request_scan (NMDeviceWifi *device
,GCancellable *cancellable
,GError **error
);
nm_device_wifi_request_scan
is deprecated and should not be used in newly-written code.
gboolean nm_device_wifi_request_scan_options (NMDeviceWifi *device
,GVariant *options
,GCancellable *cancellable
,GError **error
);
nm_device_wifi_request_scan_options
is deprecated and should not be used in newly-written code.
void nm_device_wifi_request_scan_async (NMDeviceWifi *device
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
void nm_device_wifi_request_scan_options_async (NMDeviceWifi *device
,GVariant *options
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
gboolean nm_device_wifi_request_scan_finish (NMDeviceWifi *device
,GAsyncResult *result
,GError **error
);