Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1294 private int mTetheredSoftApState = WIFI_AP_STATE_DISABLED; field in WifiServiceImpl.TetheredSoftApTracker
1309 return mTetheredSoftApState; in getState()
1315 if (mTetheredSoftApState != WIFI_AP_STATE_DISABLED in setEnablingIfAllowed()
1316 && mTetheredSoftApState != WIFI_AP_STATE_FAILED) { in setEnablingIfAllowed()
1319 mTetheredSoftApState = WIFI_AP_STATE_ENABLING; in setEnablingIfAllowed()
1326 if (mTetheredSoftApState == WIFI_AP_STATE_ENABLING) { in setFailedWhileEnabling()
1327 mTetheredSoftApState = WIFI_AP_STATE_FAILED; in setFailedWhileEnabling()
1462 mTetheredSoftApState = state; in onStateChanged()