Searched refs:WnmFeature (Results 1 – 5 of 5) sorted by relevance
307 def wnm_features(self) -> FrozenSet[hostapd_constants.WnmFeature]:311 def wnm_features(self, value: FrozenSet[hostapd_constants.WnmFeature]): argument340 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:
1404 class WnmFeature(Enum): class
65 wnm_features: FrozenSet[hostapd_constants.WnmFeature] = frozenset(), argument
83 wnm_features: FrozenSet[hostapd_constants.WnmFeature] = frozenset()): argument131 [hostapd_constants.WnmFeature.BSS_TRANSITION_MANAGEMENT])145 wnm_features = frozenset([hostapd_constants.WnmFeature.WNM_SLEEP_MODE])160 [hostapd_constants.WnmFeature.BSS_TRANSITION_MANAGEMENT])
116 wnm_features: FrozenSet[hostapd_constants.WnmFeature] = frozenset(), argument