Lines Matching refs:group
1952 group = ap1.fst_group
2264 def fst_attach_ap(dev, ifname, group): argument
2265 cmd = "FST-ATTACH %s %s" % (ifname, group)
2271 for t in ["attached", "ifname=" + ifname, "group=" + group]:
2275 def fst_attach_sta(dev, ifname, group): argument
2276 if "OK" not in dev.global_request("FST-ATTACH %s %s" % (ifname, group)):
2281 for t in ["attached", "ifname=" + ifname, "group=" + group]:
2285 def fst_detach_ap(dev, ifname, group): argument
2291 for t in ["detached", "ifname=" + ifname, "group=" + group]:
2295 def fst_detach_sta(dev, ifname, group): argument
2302 for t in ["detached", "ifname=" + ifname, "group=" + group]:
2338 def fst_start_and_connect(apdev, group, sgroup): argument
2347 fst_attach_ap(hglobal, apdev[0]['ifname'], group)
2349 cmd = "FST-ATTACH %s %s" % (apdev[0]['ifname'], group)
2356 fst_attach_ap(hglobal, apdev[1]['ifname'], group)
2396 group = "fstg0b"
2398 hglobal, wpas, wpas2, hapd, hapd2 = fst_start_and_connect(apdev, group, sgroup)
2420 sid_ap = f.group(1)
2472 fst_detach_ap(hglobal, apdev[0]['ifname'], group)
2477 fst_detach_ap(hglobal, apdev[1]['ifname'], group)
2493 group = "fstg0c"
2495 hglobal, wpas, wpas2, hapd, hapd2 = fst_start_and_connect(apdev, group, sgroup)
2552 s = hglobal.request("FST-MANAGER LIST_SESSIONS " + group)
2568 group = "fstg0d"
2570 hglobal, wpas, wpas2, hapd, hapd2 = fst_start_and_connect(apdev, group, sgroup)
2593 sid_ap = f.group(1)
2650 fst_detach_ap(hglobal, apdev[0]['ifname'], group)
2651 fst_detach_ap(hglobal, apdev[1]['ifname'], group)
2662 group = "fstg0"
2665 fst_attach_sta(wpas, wpas.ifname, group)
2667 group)):
2670 group)):
2683 group = "fstg0"
2685 hglobal, wpas, wpas2, hapd, hapd2 = fst_start_and_connect(apdev, group, sgroup)
2757 sid_ap = f.group(1)
2775 group = "fstg0b"
2777 hglobal, wpas, wpas2, hapd, hapd2 = fst_start_and_connect(apdev, group, sgroup)
2799 sid_ap = f.group(1)