OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phys_for_frequency
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/
site_linux_system.py
95
self.
phys_for_frequency
, self.phy_bus_type = self._get_phy_info()
142
A dict |
phys_for_frequency
| which maps from each frequency to a
148
@return
phys_for_frequency
, phy_bus_type tuple as described.
151
phys_for_frequency
= {}
158
if mhz not in
phys_for_frequency
:
159
phys_for_frequency
[mhz] = [phy.name]
161
phys_for_frequency
[mhz].append(phy.name)
175
logging.debug('Got phys for frequency: %r',
phys_for_frequency
)
176
return
phys_for_frequency
, phy_bus_type
281
phymap = self.
phys_for_frequency
[
all
...]
/external/autotest/server/cros/network/
wifi_client.py
423
return frequency in self.
phys_for_frequency
[
all
...]
Completed in 91 milliseconds