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