| Top |
| #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 has been deprecated since version 1.24 and should not be used in newly-written code.
Use nm_device_get_hw_address() instead.
Gets the actual hardware (MAC) address of the NMDeviceWifi
[skip]
const char *
nm_device_wifi_get_permanent_hw_address
(NMDeviceWifi *device);
Gets the permanent hardware (MAC) address of the NMDeviceWifi
NM80211Mode
nm_device_wifi_get_mode (NMDeviceWifi *device);
Gets the NMDeviceWifi mode.
guint32
nm_device_wifi_get_bitrate (NMDeviceWifi *device);
Gets the bit rate of the NMDeviceWifi in kbit/s.
NMDeviceWifiCapabilities
nm_device_wifi_get_capabilities (NMDeviceWifi *device);
Gets the Wi-Fi capabilities of the NMDeviceWifi.
NMAccessPoint *
nm_device_wifi_get_active_access_point
(NMDeviceWifi *device);
Gets the active NMAccessPoint.
NMAccessPoint * nm_device_wifi_get_access_point_by_path (NMDeviceWifi *device,const char *path);
Gets a NMAccessPoint by path.