mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 02:20:12 +01:00
libnm-glib: fix wifi device 'mode' property for AP mode
This commit is contained in:
parent
b89990ae2c
commit
6ae1def061
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ nm_device_wifi_class_init (NMDeviceWifiClass *wifi_class)
|
|||
g_param_spec_uint (NM_DEVICE_WIFI_MODE,
|
||||
"Mode",
|
||||
"Mode",
|
||||
NM_802_11_MODE_UNKNOWN, NM_802_11_MODE_INFRA, NM_802_11_MODE_INFRA,
|
||||
NM_802_11_MODE_UNKNOWN, NM_802_11_MODE_AP, NM_802_11_MODE_INFRA,
|
||||
G_PARAM_READABLE));
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue