Searched refs:inetAddress (Results 1 – 1 of 1) sorted by relevance
678 InetAddress inetAddress = null; in onStartTdls() local680 inetAddress = InetAddress.getByName(mTdlsAddr); in onStartTdls()681 mWm.setTdlsEnabled(inetAddress, true); in onStartTdls()690 InetAddress inetAddress = null; in onStopTdls() local692 inetAddress = InetAddress.getByName(mTdlsAddr); in onStopTdls()693 mWm.setTdlsEnabled(inetAddress, false); in onStopTdls()