Searched refs:WIFI_FEATURE_AP_STA (Results 1 – 6 of 6) sorted by relevance
257 #define WIFI_FEATURE_AP_STA (uint64_t)0x8000 // Support for AP STA Concurrency macro
42 import static android.net.wifi.WifiManager.WIFI_FEATURE_AP_STA;2413 .thenReturn(new Long(WIFI_FEATURE_AP_STA)); in testIsStaApConcurrencyOpenSupported()2416 .thenReturn(new Long(~WIFI_FEATURE_AP_STA)); in testIsStaApConcurrencyOpenSupported()
2670 public static final long WIFI_FEATURE_AP_STA = 0x8000L; // AP STA Concurrency field in WifiManager2835 return isFeatureSupported(WIFI_FEATURE_AP_STA); in isStaApConcurrencySupported()
4396 concurrencyFeatureSet |= WifiManager.WIFI_FEATURE_AP_STA;
7371 assertEquals(supportedFeaturesFromClientModeManager | WifiManager.WIFI_FEATURE_AP_STA, in syncGetSupportedFeaturesForStaApConcurrency()
1903 Landroid/net/wifi/WifiManager;->WIFI_FEATURE_AP_STA:I