Home
last modified time | relevance | path

Searched refs:phytype (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/
Dsite_linux_system.py366 def _get_phy_for_frequency(self, frequency, phytype, spatial_streams): argument
405 preferred_bus = {'monitor': 'usb', 'managed': 'pci'}.get(phytype)
413 def _get_wlanif(self, phytype, spatial_streams, frequency, same_phy_as): argument
448 frequency, phytype, spatial_streams)
456 if net_dev.phy == phy and net_dev.if_type == phytype:
464 if_name = lambda index: '%s%d' % (phytype, index)
469 if_type=phytype, inherited=False)
471 self.iw_runner.add_interface(phy, net_dev.if_name, phytype)
485 def get_configured_interface(self, phytype, spatial_streams=None, argument
500 phytype, spatial_streams, frequency, same_phy_as)
[all …]
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c1502 u8 op_class, channel, phytype; in handle_auth() local
1519 phytype = 8; /* dmg */ in handle_auth()
1521 phytype = 9; /* vht */ in handle_auth()
1523 phytype = 7; /* ht */ in handle_auth()
1526 phytype = 4; /* ofdm */ in handle_auth()
1529 phytype = 6; /* erp */ in handle_auth()
1531 phytype = 5; /* hrdsss */ in handle_auth()
1543 *pos++ = phytype; in handle_auth()