Home
last modified time | relevance | path

Searched refs:WnmFeature (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_config.py307 def wnm_features(self) -> FrozenSet[hostapd_constants.WnmFeature]:
311 def wnm_features(self, value: FrozenSet[hostapd_constants.WnmFeature]): argument
340 hostapd_constants.WnmFeature] = frozenset(),
657 if wnm_feature == hostapd_constants.WnmFeature.TIME_ADVERTISEMENT:
659 elif wnm_feature == hostapd_constants.WnmFeature.WNM_SLEEP_MODE:
661 elif wnm_feature == hostapd_constants.WnmFeature.BSS_TRANSITION_MANAGEMENT:
664 elif wnm_feature == hostapd_constants.WnmFeature.PROXY_ARP:
666 … elif wnm_feature == hostapd_constants.WnmFeature.IPV6_NEIGHBOR_ADVERTISEMENT_MULTICAST_TO_UNICAST:
Dhostapd_constants.py1404 class WnmFeature(Enum): class
Dhostapd_ap_preset.py65 wnm_features: FrozenSet[hostapd_constants.WnmFeature] = frozenset(), argument
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanWirelessNetworkManagementTest.py83 wnm_features: FrozenSet[hostapd_constants.WnmFeature] = frozenset()): argument
131 [hostapd_constants.WnmFeature.BSS_TRANSITION_MANAGEMENT])
145 wnm_features = frozenset([hostapd_constants.WnmFeature.WNM_SLEEP_MODE])
160 [hostapd_constants.WnmFeature.BSS_TRANSITION_MANAGEMENT])
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py116 wnm_features: FrozenSet[hostapd_constants.WnmFeature] = frozenset(), argument