Home
last modified time | relevance | path

Searched refs:mWifiMode (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java90 private final int mWifiMode; field in NetworkDetail
463 mWifiMode = InformationElementUtil.WifiMode.determineMode(mPrimaryFreq, mMaxRate, in NetworkDetail()
468 mWifiMode = 0; in NetworkDetail()
503 + ", WifiMode: " + InformationElementUtil.WifiMode.toString(mWifiMode) in NetworkDetail()
554 mWifiMode = base.mWifiMode; in NetworkDetail()
678 return mWifiMode; in getWifiMode()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java159 private int mWifiMode; field in CarProjectionService
599 if (mWifiMode == WIFI_MODE_TETHERED) { in createProjectionOptionsBuilder()
601 } else if (mWifiMode == WIFI_MODE_LOCALONLY) { in createProjectionOptionsBuilder()
631 switch (mWifiMode) { in startAccessPoint()
641 Slogf.wtf(TAG, "Unexpected Access Point mode during starting: " + mWifiMode); in startAccessPoint()
652 switch (mWifiMode) { in stopAccessPoint()
662 Slogf.wtf(TAG, "Unexpected Access Point mode during stopping : " + mWifiMode); in stopAccessPoint()
916 writer.println("Current wifi mode: " + mWifiMode); in dump()
985 mWifiMode = tetherEnabled ? WIFI_MODE_TETHERED : WIFI_MODE_LOCALONLY; in setAccessPointTethering()