Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Ddhcp_config.py126 static_mappings=None, argument
130 self.static_mappings = (copy.deepcopy(static_mappings)
131 if static_mappings else [])
Ddhcp_server.py214 for mapping in config.static_mappings: