diff options
| author | Michael Biebl <biebl@debian.org> | 2018-06-17 14:54:10 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-06-17 14:54:10 +0200 |
| commit | 069cb5c3a525ebcc19cc2927964258acaca87b13 (patch) | |
| tree | 66ac6b21a44d630c0fc281c0df327239d491226a /docs/libnm/libnm-sections.txt | |
| parent | 04bc9e1cd3544445d883ad29ea108c1645c8e7b7 (diff) | |
New upstream version 1.11.90 upstream/1.11.90
Diffstat (limited to 'docs/libnm/libnm-sections.txt')
| -rw-r--r-- | docs/libnm/libnm-sections.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/libnm/libnm-sections.txt b/docs/libnm/libnm-sections.txt index af7571bc..e8430933 100644 --- a/docs/libnm/libnm-sections.txt +++ b/docs/libnm/libnm-sections.txt @@ -387,6 +387,7 @@ NM_TYPE_SETTING_WIRELESS_POWERSAVE NM_TYPE_SETTING_WIRELESS_SECURITY_FILS NM_TYPE_SETTING_WIRELESS_SECURITY_PMF NM_TYPE_SETTING_WIRELESS_SECURITY_WPS_METHOD +NM_TYPE_SETTING_WIRELESS_WAKE_ON_WLAN NM_TYPE_STATE NM_TYPE_TEAM_LINK_WATCHER_ARP_PING_FLAGS NM_TYPE_UTILS_SECURITY_TYPE @@ -447,6 +448,7 @@ nm_setting_wireless_powersave_get_type nm_setting_wireless_security_fils_get_type nm_setting_wireless_security_pmf_get_type nm_setting_wireless_security_wps_method_get_type +nm_setting_wireless_wake_on_wlan_get_type nm_settings_connection_flags_get_type nm_settings_error_get_type nm_settings_update2_flags_get_type @@ -1181,6 +1183,7 @@ NM_DEVICE_WIFI_BITRATE NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT NM_DEVICE_WIFI_CAPABILITIES NM_DEVICE_WIFI_ACCESS_POINTS +NM_DEVICE_WIFI_LAST_SCAN NMDeviceWifi nm_device_wifi_get_hw_address nm_device_wifi_get_permanent_hw_address @@ -1190,6 +1193,7 @@ nm_device_wifi_get_capabilities nm_device_wifi_get_active_access_point nm_device_wifi_get_access_point_by_path nm_device_wifi_get_access_points +nm_device_wifi_get_last_scan nm_device_wifi_request_scan nm_device_wifi_request_scan_options nm_device_wifi_request_scan_async @@ -1382,6 +1386,7 @@ NM_REMOTE_CONNECTION_DBUS_CONNECTION NM_REMOTE_CONNECTION_PATH NM_REMOTE_CONNECTION_UNSAVED NM_REMOTE_CONNECTION_FLAGS +NM_REMOTE_CONNECTION_FILENAME NM_REMOTE_CONNECTION_VISIBLE NMRemoteConnection nm_remote_connection_update2 @@ -1400,6 +1405,7 @@ nm_remote_connection_get_secrets_async nm_remote_connection_get_secrets_finish nm_remote_connection_get_unsaved nm_remote_connection_get_flags +nm_remote_connection_get_filename nm_remote_connection_get_visible <SUBSECTION Standard> NMRemoteConnectionClass @@ -2280,6 +2286,7 @@ NM_SETTING_IP6_CONFIG_SETTING_NAME NM_SETTING_IP6_CONFIG_IP6_PRIVACY NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE NM_SETTING_IP6_CONFIG_TOKEN +NM_SETTING_IP6_CONFIG_DHCP_DUID NM_SETTING_IP6_CONFIG_METHOD_IGNORE NM_SETTING_IP6_CONFIG_METHOD_AUTO NM_SETTING_IP6_CONFIG_METHOD_DHCP @@ -2293,6 +2300,7 @@ nm_setting_ip6_config_new nm_setting_ip6_config_get_ip6_privacy nm_setting_ip6_config_get_addr_gen_mode nm_setting_ip6_config_get_token +nm_setting_ip6_config_get_dhcp_duid <SUBSECTION Standard> NMSettingIP6ConfigClass NM_IS_SETTING_IP6_CONFIG @@ -2315,6 +2323,7 @@ NM_SETTING_MACSEC_MKA_CAK_FLAGS NM_SETTING_MACSEC_MKA_CKN NM_SETTING_MACSEC_PORT NM_SETTING_MACSEC_VALIDATION +NM_SETTING_MACSEC_SEND_SCI NMSettingMacsec NMSettingMacsecMode NMSettingMacsecValidation @@ -2329,6 +2338,7 @@ nm_setting_macsec_get_mka_cak_flags nm_setting_macsec_get_mka_ckn nm_setting_macsec_get_port nm_setting_macsec_get_validation +nm_setting_macsec_get_send_sci <SUBSECTION Standard> NMSettingMacsecClass NM_IS_SETTING_MACSEC @@ -3047,6 +3057,7 @@ nm_setting_wired_get_type <FILE>nm-setting-wireless</FILE> <TITLE>NMSettingWireless</TITLE> NM_SETTING_WIRELESS_SETTING_NAME +NMSettingWirelessWakeOnWLan NM_SETTING_WIRELESS_SSID NM_SETTING_WIRELESS_MODE NM_SETTING_WIRELESS_BAND @@ -3063,6 +3074,7 @@ NM_SETTING_WIRELESS_SEEN_BSSIDS NM_SETTING_WIRELESS_HIDDEN NM_SETTING_WIRELESS_POWERSAVE NM_SETTING_WIRELESS_MAC_ADDRESS_RANDOMIZATION +NM_SETTING_WIRELESS_WAKE_ON_WLAN NM_SETTING_WIRELESS_MODE_ADHOC NM_SETTING_WIRELESS_MODE_AP NM_SETTING_WIRELESS_MODE_INFRA @@ -3094,6 +3106,7 @@ nm_setting_wireless_add_seen_bssid nm_setting_wireless_get_num_seen_bssids nm_setting_wireless_get_seen_bssid nm_setting_wireless_ap_security_compatible +nm_setting_wireless_get_wake_on_wlan <SUBSECTION Standard> NMSettingWirelessClass NM_IS_SETTING_WIRELESS @@ -3309,6 +3322,7 @@ nm_utils_tc_action_from_str nm_utils_tc_action_to_str nm_utils_tc_tfilter_from_str nm_utils_tc_tfilter_to_str +nm_utils_get_timestamp_msec NMVariantAttributeSpec stat </SECTION> |