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.java130 private String mTdlsAddr = null; field in Connectivity
669 mTdlsAddr = ((EditText)findViewById(R.id.sc_ip_mac)).getText().toString(); in onStartTdls()
670 Log.d(TAG, "TDLS: START " + mTdlsAddr); in onStartTdls()
673 inetAddress = InetAddress.getByName(mTdlsAddr); in onStartTdls()
676 mWm.setTdlsEnabledWithMacAddress(mTdlsAddr, true); in onStartTdls()
681 if (mTdlsAddr == null) return; in onStopTdls()
682 Log.d(TAG, "TDLS: STOP " + mTdlsAddr); in onStopTdls()
685 inetAddress = InetAddress.getByName(mTdlsAddr); in onStopTdls()
688 mWm.setTdlsEnabledWithMacAddress(mTdlsAddr, false); in onStopTdls()