Searched refs:BAND_IFACE (Results 1 – 1 of 1) sorted by relevance
45 BAND_IFACE = {'2G': MON_2G, '5G': MON_5G} variable222 if band not in BAND_IFACE:226 iface = BAND_IFACE[band]263 if band not in BAND_IFACE.keys() or band in self.pcap_properties:271 tcpdump_cmd = 'tcpdump -i %s -w - -U 2>/dev/null' % (BAND_IFACE[band])