From c2afe171cceb352419c379bc2c713931960a7549 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 28 Dec 2008 09:15:43 +0100 Subject: [PATCH] Add cellular type to device's network list --- test/list-networks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/list-networks b/test/list-networks index d8958fb..8b1ade1 100755 --- a/test/list-networks +++ b/test/list-networks @@ -25,7 +25,8 @@ for path in properties["Devices"]: properties = device.GetProperties() - if properties["Type"] not in ["wifi", "wimax", "bluetooth"]: + if properties["Type"] not in ["wifi", "wimax", + "bluetooth", "cellular"]: continue; print "[ %s ]" % (path) -- 2.7.4