Searched refs:mApInterfaceName (Results 1 – 1 of 1) sorted by relevance
82 private String mApInterfaceName; field in SoftApManager170 if (mApInterfaceName != null) { in stop()197 pw.println("mApInterfaceName: " + mApInterfaceName); in dump()244 intent.putExtra(WifiManager.EXTRA_WIFI_AP_INTERFACE_NAME, mApInterfaceName); in updateApState()269 mApInterfaceName, mCountryCode.toUpperCase(Locale.ROOT))) { in startSoftAp()295 if (!mWifiNative.startSoftAp(mApInterfaceName, localConfig, mSoftApListener)) { in startSoftAp()299 mWifiDiagnostics.startLogging(mApInterfaceName); in startSoftAp()310 mWifiDiagnostics.stopLogging(mApInterfaceName); in stopSoftAp()311 mWifiNative.teardownInterface(mApInterfaceName); in stopSoftAp()333 if (mApInterfaceName != null && mApInterfaceName.equals(ifaceName)) {[all …]