mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 06:38:11 +02:00
wifi: fix wifi device 'mode' property for AP mode
This commit is contained in:
parent
5980cae149
commit
aa8c3d72d6
1 changed files with 1 additions and 1 deletions
|
|
@ -3838,7 +3838,7 @@ nm_device_wifi_class_init (NMDeviceWifiClass *klass)
|
||||||
"Mode",
|
"Mode",
|
||||||
"Mode",
|
"Mode",
|
||||||
NM_802_11_MODE_UNKNOWN,
|
NM_802_11_MODE_UNKNOWN,
|
||||||
NM_802_11_MODE_INFRA,
|
NM_802_11_MODE_AP,
|
||||||
NM_802_11_MODE_INFRA,
|
NM_802_11_MODE_INFRA,
|
||||||
G_PARAM_READABLE));
|
G_PARAM_READABLE));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue