iwd/client
Tim Kourt d081f5f871 client: Switch known-networks cmd pattern to common scheme
Switch the command pattern to match the common command scheme
where the entity name (network name) follows the command family name:
From
	known-network forget <network name>
To
	known-network <network name> forget

In addition, it extracts the network match by name logic into its
own function for the further reusability. In the case of ambiguity
between the network objects with the same SSID but different security
types the logic asks to specify the security type in addition
to the network name as follows:
	known-network <network name.security> forget
2019-04-11 10:53:03 -05:00
..
ad-hoc.c client: Reword station/ap/adhoc list command help 2018-11-29 20:34:10 -06:00
adapter.c client: Fix mem leak 2018-11-12 19:25:19 -06:00
agent-manager.c client: Fix two format strings 2018-11-01 15:04:56 -05:00
agent-manager.h client: implement agent-manager API 2018-05-03 16:00:23 -05:00
agent.c client: agent: fix agent prompt calls 2019-03-20 13:00:11 -05:00
agent.h client: introduce agent 2018-05-03 16:00:23 -05:00
ap.c client: Reword station/ap/adhoc list command help 2018-11-29 20:34:10 -06:00
command.c client: List all enum values in switch statement 2018-12-07 08:58:53 +01:00
command.h client: add noninteractive support for cmds 2018-08-06 12:42:03 -05:00
dbus-proxy.c client: Fix property completion mem leak 2019-04-09 00:05:07 -05:00
dbus-proxy.h client: Move properties from Device to Station 2018-09-14 21:12:11 -05:00
device.c client: Update properties for inline display 2018-11-12 10:36:56 -06:00
device.h client: Unify device sibling interface arg completion 2018-09-14 22:59:19 -05:00
display.c client: Remove 'quit' message 2019-04-09 00:04:47 -05:00
display.h client: Utilize l_parse_args 2018-07-30 08:59:55 -05:00
known-networks.c client: Switch known-networks cmd pattern to common scheme 2019-04-11 10:53:03 -05:00
main.c client: Use proper output func 2019-04-09 00:04:47 -05:00
network.c client: Optimize network property lookups 2018-11-12 11:10:23 -06:00
network.h client: Optimize network property lookups 2018-11-12 11:10:23 -06:00
properties.c client: Utilize l_parse_args 2018-07-30 08:59:55 -05:00
properties.h client: Utilize l_parse_args 2018-07-30 08:59:55 -05:00
station.c client: Remove unused interface 2019-03-21 17:02:20 -05:00
wsc.c client: Remove unused state 2019-03-22 18:10:47 -05:00