From 09410b061dd1e5ec7cd79484e17218282ad0e61d Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Sat, 16 Oct 2010 18:08:30 +0200 Subject: [PATCH] Modificato MAC di CDCWL1 --- 99_poisson_vpn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/99_poisson_vpn.py b/99_poisson_vpn.py index b332484..ef0ac15 100755 --- a/99_poisson_vpn.py +++ b/99_poisson_vpn.py @@ -135,7 +135,7 @@ def get_base_connection(): if settings.has_key("802-11-wireless"): # MAC address of CDCWL1 ap - if settings['802-11-wireless']['seen-bssids'][0] == u'00:12:0E:8C:AE:A0': + if settings['802-11-wireless']['seen-bssids'][0] == u'00:12:0e:8c:ae:a0': return connection # MAC address of PHC-wifi ap -- 2.1.4