Home | History | Annotate | Download | only in examples

Lines Matching refs:GetAll

12 	props = wpas_obj.GetAll("fi.w1.wpa_supplicant1",
14 print "GetAll(fi.w1.wpa_supplicant1, /fi/w1/wpa_supplicant1):"
25 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface",
28 print "GetAll(fi.w1.wpa_supplicant1.Interface, %s):" % (path)
31 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface.WPS",
34 print "GetAll(fi.w1.wpa_supplicant1.Interface.WPS, %s):" % (path)
41 props = bss_obj.GetAll("fi.w1.wpa_supplicant1.BSS",
44 print "GetAll(fi.w1.wpa_supplicant1.BSS, %s):" % (res[0])
51 props = net_obj.GetAll("fi.w1.wpa_supplicant1.Network",
54 print "GetAll(fi.w1.wpa_supplicant1.Network, %s):" % (res[0])