mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-06 14:00:39 +01:00
core/setting-wifi-p2p: Use correct constant for wps-method property
The equivalent constant from the wireless settings was used. Simply switch to use the P2P specific define.
This commit is contained in:
parent
b5efcf08f4
commit
181326bac7
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ nm_setting_wifi_p2p_class_init (NMSettingWifiP2PClass *setting_wifi_p2p_class)
|
|||
* Since: 1.16
|
||||
*/
|
||||
obj_properties[PROP_WPS_METHOD] =
|
||||
g_param_spec_uint (NM_SETTING_WIRELESS_SECURITY_WPS_METHOD, "", "",
|
||||
g_param_spec_uint (NM_SETTING_WIFI_P2P_WPS_METHOD, "", "",
|
||||
0,
|
||||
G_MAXUINT32,
|
||||
NM_SETTING_WIRELESS_SECURITY_WPS_METHOD_DEFAULT,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue