Home
last modified time | relevance | path

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

/external/autotest/server/cros/network/
Dhostap_config.py499 def frag_threshold(self): member in HostapConfig
522 dtim_period=None, frag_threshold=None, ssid=None, bssid=None, argument
622 self._frag_threshold = frag_threshold
/external/autotest/server/
Dsite_linux_router.py333 if configuration.frag_threshold:
335 if threshold != configuration.frag_threshold: