mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
Fix BSS property names in the example D-Bus script
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
60d5a5a5fd
commit
0be3542338
@ -59,12 +59,12 @@ def showBss(bss):
|
||||
dbus_interface=dbus.PROPERTIES_IFACE)
|
||||
ssid = byte_array_to_string(val)
|
||||
|
||||
val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'WPAIE',
|
||||
val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'WPA',
|
||||
dbus_interface=dbus.PROPERTIES_IFACE)
|
||||
wpa = "no"
|
||||
if val != None:
|
||||
wpa = "yes"
|
||||
val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'RSNIE',
|
||||
val = net_obj.Get(WPAS_DBUS_BSS_INTERFACE, 'RSN',
|
||||
dbus_interface=dbus.PROPERTIES_IFACE)
|
||||
wpa2 = "no"
|
||||
if val != None:
|
||||
|
Loading…
Reference in New Issue
Block a user