mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
d081f5f871
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 |
||
---|---|---|
.. | ||
ad-hoc.c | ||
adapter.c | ||
agent-manager.c | ||
agent-manager.h | ||
agent.c | ||
agent.h | ||
ap.c | ||
command.c | ||
command.h | ||
dbus-proxy.c | ||
dbus-proxy.h | ||
device.c | ||
device.h | ||
display.c | ||
display.h | ||
known-networks.c | ||
main.c | ||
network.c | ||
network.h | ||
properties.c | ||
properties.h | ||
station.c | ||
wsc.c |