I'm writing a python script in DBus-python for getting some info about available access points through Network Manager. I can correctly get the ssid, mac adress, signal strength values. Although when I try to get the WpaFlags I just get some integers values. I think,I should some how use "NM_802_11_AP_SEC" but I don't know how. I'll appreciate any advice.
readable results:
ssid = ap_prop_iface.Get("org.freedesktop.NetworkManager.AccessPoint","Ssid",byte_arrays=True)
hwaddr = ap_prop_iface.Get("org.freedesktop.NetworkManager.AccessPoint", "HwAddress")
Unreadable results:
encryption = ap_prop_iface.Get("org.freedesktop.NetworkManager.AccessPoint", "WpaFlags")
encryption=0 if there is no encryption -that's ok- and the other results I get are 324 and 392