Searched refs:mTdlsAddr (Results 1 – 1 of 1) sorted by relevance
132 private String mTdlsAddr = null; field in Connectivity676 mTdlsAddr = ((EditText)findViewById(R.id.sc_ip_mac)).getText().toString(); in onStartTdls()677 Log.d(TAG, "TDLS: START " + mTdlsAddr); in onStartTdls()680 inetAddress = InetAddress.getByName(mTdlsAddr); in onStartTdls()683 mWm.setTdlsEnabledWithMacAddress(mTdlsAddr, true); in onStartTdls()688 if (mTdlsAddr == null) return; in onStopTdls()689 Log.d(TAG, "TDLS: STOP " + mTdlsAddr); in onStopTdls()692 inetAddress = InetAddress.getByName(mTdlsAddr); in onStopTdls()695 mWm.setTdlsEnabledWithMacAddress(mTdlsAddr, false); in onStopTdls()