Searched refs:mDppConnector (Results 1 – 1 of 1) sorted by relevance
2031 private byte[] mDppConnector; field in WifiConfiguration2055 mDppConnector = connector.clone(); in setDppConnectionKeys()2098 return mDppConnector.clone(); in getDppConnector()3378 mDppConnector = new byte[0]; in WifiConfiguration()4158 mDppConnector = source.mDppConnector.clone(); in WifiConfiguration()4260 dest.writeByteArray(mDppConnector); in writeToParcel()4371 config.mDppConnector = in.createByteArray();4372 if (config.mDppConnector == null) {4373 config.mDppConnector = new byte[0];