Searched refs:phytype (Results 1 – 2 of 2) sorted by relevance
/external/autotest/server/ |
D | site_linux_system.py | 364 def _get_phy_for_frequency(self, frequency, phytype, spatial_streams): argument 403 preferred_bus = {'monitor': 'usb', 'managed': 'pci'}.get(phytype) 411 def _get_wlanif(self, phytype, spatial_streams, frequency, same_phy_as): argument 446 frequency, phytype, spatial_streams) 454 if net_dev.phy == phy and net_dev.if_type == phytype: 462 if_name = lambda index: '%s%d' % (phytype, index) 467 if_type=phytype, inherited=False) 469 self.iw_runner.add_interface(phy, net_dev.if_name, phytype) 483 def get_configured_interface(self, phytype, spatial_streams=None, argument 498 phytype, spatial_streams, frequency, same_phy_as) [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 1037 u8 op_class, channel, phytype; in handle_auth() local 1054 phytype = 8; /* dmg */ in handle_auth() 1056 phytype = 9; /* vht */ in handle_auth() 1058 phytype = 7; /* ht */ in handle_auth() 1061 phytype = 4; /* ofdm */ in handle_auth() 1064 phytype = 6; /* erp */ in handle_auth() 1066 phytype = 5; /* hrdsss */ in handle_auth() 1078 *pos++ = phytype; in handle_auth()
|