mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
client: fix ad-hoc start_open DBus method name
Doing 'ad-hoc <wlan> start_open <"network name">' returned a "No matching method found" error because start_open called net.connman.iwd.AdHoc.Start instead of net.connman.iwd.AdHoc.StartOpen.
This commit is contained in:
parent
508d71e3c1
commit
0b65fe3a95
@ -189,7 +189,7 @@ static enum cmd_status cmd_start_open(const char *device_name,
|
|||||||
return CMD_STATUS_INVALID_VALUE;
|
return CMD_STATUS_INVALID_VALUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
proxy_interface_method_call(adhoc_i, "Start", "s",
|
proxy_interface_method_call(adhoc_i, "StartOpen", "s",
|
||||||
check_errors_method_callback,
|
check_errors_method_callback,
|
||||||
argv[0]);
|
argv[0]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user