Home
last modified time | relevance | path

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

/development/apps/Development/src/com/android/development/
DConnectivity.java116 private String mTdlsAddr = null; field in Connectivity
688 mTdlsAddr = ((EditText)findViewById(R.id.sc_ip_mac)).getText().toString(); in onStartTdls()
689 Log.d(TAG, "TDLS: START " + mTdlsAddr); in onStartTdls()
692 inetAddress = InetAddress.getByName(mTdlsAddr); in onStartTdls()
695 mWm.setTdlsEnabledWithMacAddress(mTdlsAddr, true); in onStartTdls()
700 if (mTdlsAddr == null) return; in onStopTdls()
701 Log.d(TAG, "TDLS: STOP " + mTdlsAddr); in onStopTdls()
704 inetAddress = InetAddress.getByName(mTdlsAddr); in onStopTdls()
707 mWm.setTdlsEnabledWithMacAddress(mTdlsAddr, false); in onStopTdls()