Searched refs:WIFI_FEATURE_T2LM_NEGOTIATION (Results 1 – 3 of 3) sorted by relevance
59 import static android.net.wifi.WifiManager.WIFI_FEATURE_T2LM_NEGOTIATION;3975 when(mWifiService.getSupportedFeatures()).thenReturn(WIFI_FEATURE_T2LM_NEGOTIATION); in testIsTidToLinkMappingSupported()3977 when(mWifiService.getSupportedFeatures()).thenReturn(~WIFI_FEATURE_T2LM_NEGOTIATION); in testIsTidToLinkMappingSupported()
1614 features |= WifiManager.WIFI_FEATURE_T2LM_NEGOTIATION; in halToFrameworkChipFeatureSet()
4008 public static final long WIFI_FEATURE_T2LM_NEGOTIATION = 1L << 58; field in WifiManager9027 return isFeatureSupported(WIFI_FEATURE_T2LM_NEGOTIATION); in isTidToLinkMappingNegotiationSupported()