Home
last modified time | relevance | path

Searched refs:wnm_features (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanWirelessNetworkManagementTest.py83 wnm_features: FrozenSet[hostapd_constants.WnmFeature] = frozenset()):
98 wnm_features=wnm_features)
130 wnm_features = frozenset(
132 self.setup_ap(ssid, wnm_features=wnm_features)
145 wnm_features = frozenset([hostapd_constants.WnmFeature.WNM_SLEEP_MODE])
146 self.setup_ap(ssid, wnm_features=wnm_features)
159 wnm_features = frozenset(
164 wnm_features=wnm_features)
178 wnm_features=wnm_features)
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_ap_preset.py65 wnm_features: FrozenSet[hostapd_constants.WnmFeature] = frozenset(),
149 wnm_features=wnm_features,
234 wnm_features=wnm_features)
258 wnm_features=wnm_features)
307 wnm_features=wnm_features,
376 wnm_features=wnm_features,
Dhostapd_config.py307 def wnm_features(self) -> FrozenSet[hostapd_constants.WnmFeature]: member in HostapdConfig
310 @wnm_features.setter
311 def wnm_features(self, value: FrozenSet[hostapd_constants.WnmFeature]): member in HostapdConfig
339 wnm_features: FrozenSet[
504 self._wnm_features = wnm_features
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py116 wnm_features: FrozenSet[hostapd_constants.WnmFeature] = frozenset(),
174 wnm_features=wnm_features)