Searched refs:inetAddress (Results 1 – 1 of 1) sorted by relevance
671 InetAddress inetAddress = null; in onStartTdls() local673 inetAddress = InetAddress.getByName(mTdlsAddr); in onStartTdls()674 mWm.setTdlsEnabled(inetAddress, true); in onStartTdls()683 InetAddress inetAddress = null; in onStopTdls() local685 inetAddress = InetAddress.getByName(mTdlsAddr); in onStopTdls()686 mWm.setTdlsEnabled(inetAddress, false); in onStopTdls()