Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java92 private String mApInterfaceName; field in SoftApManager
224 if (mApInterfaceName != null) { in stop()
283 pw.println("mApInterfaceName: " + mApInterfaceName); in dump()
328 intent.putExtra(WifiManager.EXTRA_WIFI_AP_INTERFACE_NAME, mApInterfaceName); in updateApState()
339 mac = mWifiNative.getFactoryMacAddress(mApInterfaceName); in setMacAddress()
345 if (!mWifiNative.setMacAddress(mApInterfaceName, mac)) { in setMacAddress()
352 if (mWifiNative.isSetMacAddressSupported(mApInterfaceName)) { in setMacAddress()
353 if (!mWifiNative.setMacAddress(mApInterfaceName, mac)) { in setMacAddress()
378 mApInterfaceName, mCountryCode.toUpperCase(Locale.ROOT))) { in setCountryCode()
403 + mApInterfaceName + " country " + mCountryCode); in startSoftAp()
[all …]