mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 21:30:16 +01:00
libnm: symbols for getting Wi-Fi frequencies have been backported to 1.0.6
Backport to 1.0.6 the following symbols:
- nm_utils_wifi_2ghz_freqs;
- nm_utils_wifi_5ghz_freqs;
Backported by commit 77bf69c3dc
This commit is contained in:
parent
4dd6632f88
commit
3d044b443a
2 changed files with 4 additions and 0 deletions
|
|
@ -2880,6 +2880,7 @@ nm_utils_wifi_2ghz_freqs (void)
|
|||
{
|
||||
return _wifi_freqs (TRUE);
|
||||
}
|
||||
NM_BACKPORT_SYMBOL (libnm_1_0_6, const guint *, nm_utils_wifi_2ghz_freqs, (void), ());
|
||||
|
||||
/**
|
||||
* nm_utils_wifi_5ghz_freqs:
|
||||
|
|
@ -2895,6 +2896,7 @@ nm_utils_wifi_5ghz_freqs (void)
|
|||
{
|
||||
return _wifi_freqs (FALSE);
|
||||
}
|
||||
NM_BACKPORT_SYMBOL (libnm_1_0_6, const guint *, nm_utils_wifi_5ghz_freqs, (void), ());
|
||||
|
||||
/**
|
||||
* nm_utils_wifi_strength_bars:
|
||||
|
|
|
|||
|
|
@ -846,6 +846,8 @@ libnm_1_0_6 {
|
|||
#nm_device_wifi_request_scan_options_async@libnm_1_0_6;
|
||||
#nm_metered_get_type@libnm_1_0_6;
|
||||
#nm_setting_connection_get_metered@libnm_1_0_6;
|
||||
#nm_utils_wifi_2ghz_freqs@libnm_1_0_6;
|
||||
#nm_utils_wifi_5ghz_freqs@libnm_1_0_6;
|
||||
} libnm_1_0_4;
|
||||
|
||||
libnm_1_2_0 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue