Re: How to get the ESSID of the active wifi network?

2011-03-22 Thread Jonathan Haug
> Use: > dbus-send --system --print-reply --dest=org.freedesktop.NetworkManager > /org/freedesktop/NetworkManager/Devices/1 org.freedesktop.DBus.Properties.Get > string:org.freedesktop.NetworkManager string:ActiveAccessPoint > But before that I need another command to get the correct Devices n

How to get the ESSID of the active wifi network?

2011-03-22 Thread Jonathan Haug
Hi there, I'm looking for a bash command to get the ESSID of the current network via d-bus. I tried dbus-send --system --dest=org.freedesktop.NetworkManager --print-reply /org/freedesktop/NetworkManager/Devices/eth1 org.freedesktop.NetworkManager.getActiveNetwork but this one seems a bit outdat